forked from expo/troggle
Add missing linefeed on survey-parsing error message
This commit is contained in:
parent
1ad58d6b5d
commit
9802f45452
@ -98,7 +98,7 @@ def parseSurveyScans(expedition, logfile=None):
|
||||
# scanList = listdir(expedition.year, surveyFolder)
|
||||
scanList=os.listdir(os.path.join(yearPath,surveyFolder))
|
||||
except AttributeError:
|
||||
print surveyFolder + " ignored",
|
||||
print surveyFolder + " ignored\r",
|
||||
continue
|
||||
|
||||
for scan in scanList:
|
||||
|
Loading…
x
Reference in New Issue
Block a user