Skip to content

Commit

Permalink
fix output path
Browse files Browse the repository at this point in the history
  • Loading branch information
semio committed Jun 14, 2016
1 parent 5ba0791 commit 083c5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etl/script/wdi.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# configuration of file path.
source_dir = '../source/WDI_csv/'
output_dir = '../output/'
output_dir = '../../'

data_csv = os.path.join(source_dir, 'WDI_Data.csv')
country_csv = os.path.join(source_dir, 'WDI_Country.csv')
Expand Down

0 comments on commit 083c5cb

Please sign in to comment.