Skip to content

Commit

Permalink
Change CSV_FOLDER variable value to include the Python directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatcherK committed Jun 1, 2022
1 parent bed2817 commit ff51099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_updates/Python/oecd_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
current_date = datetime.datetime.now()
PURPOSE_CODE_TRENDS_URL = os.getenv('PURPOSE_CODE_TRENDS_URL', "https://staging-ddw.devinit.org/api/export/1241/")
CSV_FILES_FOLDER = "data_updates/Python/oecd_csv"
CSV_FOLDER = "oecd_csv"
CSV_FOLDER = "Python/oecd_csv"
DATA_REPO = "devinit/di-website-data"
REMOTE_BRANCH = "main"
REMOTE_FOLDER = f'{current_date.year}'
Expand Down

0 comments on commit ff51099

Please sign in to comment.