Skip to content

Commit

Permalink
Look for data in the right dir
Browse files Browse the repository at this point in the history
Toward #114.
  • Loading branch information
waldoj committed Oct 31, 2016
1 parent 0e280b9 commit 7aa18ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crump
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def main():

# Iterate through each file, one by one.
for data_file in data_files:
with open(data_file + '.csv') as f:
with open('cisbemon/' + data_file + '.csv') as f:

# If we're transforming data, and thus adding geodata, connect to our address database.
if transform:
Expand Down

0 comments on commit 7aa18ae

Please sign in to comment.