summaryrefslogtreecommitdiffstats
path: root/parsers/surveys.py
diff options
context:
space:
mode:
authorexpo <expo@expobox.potato.hut>2012-08-05 00:26:05 +0200
committerexpo <expo@expobox.potato.hut>2012-08-05 00:26:05 +0200
commit05004aa874c0cab7c864d88b4f2db64cc57f1291 (patch)
treeaae2cbceb36804d09c5729d8ff7a519780acdcfc /parsers/surveys.py
parent4a21720745856ed4958d7ae2f7b7d9ea20f18ce0 (diff)
downloadtroggle-05004aa874c0cab7c864d88b4f2db64cc57f1291.tar.gz
troggle-05004aa874c0cab7c864d88b4f2db64cc57f1291.tar.bz2
troggle-05004aa874c0cab7c864d88b4f2db64cc57f1291.zip
Fix up parser paths so everything is found
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 0c6eb4b..733cdfa 100644
--- a/parsers/surveys.py
+++ b/parsers/surveys.py
@@ -89,7 +89,7 @@ def listdir(*directories):
# add survey scans
def parseSurveyScans(year, logfile=None):
# yearFileList = listdir(year.year)
- yearPath=os.path.join(settings.SURVEY_SCANS, "years", year.year)
+ yearPath=os.path.join(settings.SURVEY_SCANS, year.year)
yearFileList=os.listdir(yearPath)
print yearFileList
for surveyFolder in yearFileList: