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 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: