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
commit9ec3b9d1f73d23076f8de63afeae424281da4e5c (patch)
tree1712c0c37c34a60263389b416709d89479a761d9 /parsers/surveys.py
parentb63ac244681f6e89d13e181bc728e12d9332e2a2 (diff)
parent6357efa0b6f0e5d673c55014db7d2c9f22f87c8f (diff)
downloadtroggle-9ec3b9d1f73d23076f8de63afeae424281da4e5c.tar.gz
troggle-9ec3b9d1f73d23076f8de63afeae424281da4e5c.tar.bz2
troggle-9ec3b9d1f73d23076f8de63afeae424281da4e5c.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