summaryrefslogtreecommitdiffstats
path: root/parsers/surveys.py
diff options
context:
space:
mode:
authorWookey <wookey@wookware.org>2016-01-27 04:27:38 +0000
committerWookey <wookey@wookware.org>2016-01-27 04:27:38 +0000
commitb9597fbb5720cce1616c3eba94886ee2fc3296f4 (patch)
tree1712c0c37c34a60263389b416709d89479a761d9 /parsers/surveys.py
parentedc65915541a0f337d7b506eb96495d955a1941e (diff)
parent560b9bf985bfb20d536bebe4bba82c6df98d3de4 (diff)
downloadtroggle-b9597fbb5720cce1616c3eba94886ee2fc3296f4.tar.gz
troggle-b9597fbb5720cce1616c3eba94886ee2fc3296f4.tar.bz2
troggle-b9597fbb5720cce1616c3eba94886ee2fc3296f4.zip
Merge 'expofiles' instead of 'expoimages' config changes
Diffstat (limited to 'parsers/surveys.py')
-rw-r--r--parsers/surveys.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/parsers/surveys.py b/parsers/surveys.py
index 07e8cc2..df73ae0 100644
--- a/parsers/surveys.py
+++ b/parsers/surveys.py
@@ -129,11 +129,11 @@ def parseSurveyScans(expedition, logfile=None):
survey=survey,
new_since_parsing=False,
)
- #print "Added scanned image at " + str(scanObj)
- if scanFormat=="png":
- if isInterlacedPNG(os.path.join(settings.SURVEY_SCANS, "surveyscans", file_)):
- print file_+ " is an interlaced PNG. No can do."
- continue
+ print "Added scanned image at " + str(scanObj)
+ #if scanFormat=="png":
+ #if isInterlacedPNG(os.path.join(settings.SURVEY_SCANS, "surveyscans", file_)):
+ # print file_+ " is an interlaced PNG. No can do."
+ #continue
scanObj.save()
# dead