Skip to content

Commit

Permalink
Fix formatting (#5159)
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc authored Feb 9, 2024
1 parent 4f65997 commit 854d87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/bundle_and_upload_rerun_cpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def download_rerun_c(target_dir: str, git_hash: str, platform_filter: str = None
continue

blob = bucket.get_blob(f"commit/{git_hash}/rerun_c/{src}")
with open(f"{target_dir}/{dst}", 'wb') as f:
with open(f"{target_dir}/{dst}", "wb") as f:
logging.info(f"Copying {blob.path} to {target_dir}/{dst}")
blob.download_to_file(f)

Expand Down

0 comments on commit 854d87e

Please sign in to comment.