summaryrefslogtreecommitdiffstats
path: root/parsers/surveys.py
diff options
context:
space:
mode:
Diffstat (limited to 'parsers/surveys.py')
-rw-r--r--parsers/surveys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/surveys.py b/parsers/surveys.py
index 351e292..290d550 100644
--- a/parsers/surveys.py
+++ b/parsers/surveys.py
@@ -115,7 +115,7 @@ def parseSurveyScans(year, logfile=None):
#print "Added scanned image at " + str(scanObj)
if scanFormat=="png":
if isInterlacedPNG(os.path.join(settings.SURVEY_SCANS,file)):
- print file + "is an interlaced PNG. No can do."
+ print file + " is an interlaced PNG. No can do."
continue
scanObj.save()