Skip to content

Commit

Permalink
PR comment fix provided
Browse files Browse the repository at this point in the history
  • Loading branch information
shamimansari1988 committed Sep 26, 2024
1 parent ef890ff commit 21bc4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/us_epa/airqualityindex/air_quality_aggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def request_and_write_csv(csv_file_path, filename):
#Calling method to download zip file locally
download_util.download_file_from_url(
url=f'https://aqs.epa.gov/aqsweb/airdata/{filename}.zip',
output_file=f'./{filename}.zip')
output_file=f'./input_files/{filename}.zip')


def write_tmcf(tmcf_file_path):
Expand Down

0 comments on commit 21bc4d5

Please sign in to comment.