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