Skip to content

Commit

Permalink
Update download.py
Browse files Browse the repository at this point in the history
remove whitespace on empty line
  • Loading branch information
greenw0lf authored Sep 26, 2024
1 parent d541866 commit 5b832ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def s3_download(s3_uri: str) -> Optional[DownloadResult]:
download_time = int((time.time() - start_time) * 1000) # time in ms
else:
download_time = -1 # Report back?

provenance = {
"activity_name": "Input download",
"activity_description": "Downloads the input file from INPUT_URI",
Expand Down

0 comments on commit 5b832ea

Please sign in to comment.