Skip to content

Commit aa821ee

Browse files
committed
fixed os directories
1 parent d3df979 commit aa821ee

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

issue_21/weather_extractor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def main(input_dir, output_dir):
9393
# In[36]:
9494

9595

96-
input_dir = './/airport_weather_data'
96+
input_dir = './/airport_weather_data_raw'
9797
output_dir = './/'
9898
main(input_dir, output_dir)
9999

0 commit comments

Comments
 (0)