Skip to content

Commit

Permalink
Fix: lint issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlarge-google committed Nov 6, 2024
1 parent 06b7f08 commit 45a22fc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,9 @@ def load_process_filegroup_data(
target_gcs_bucket=target_gcs_bucket,
)
else:
raise(f"File gs://{target_gcs_bucket}/{zip_file} does not exist. Cannot continue.")
raise (
f"File gs://{target_gcs_bucket}/{zip_file} does not exist. Cannot continue."
)
else:
# zip file does not exist
logging.info(
Expand Down

0 comments on commit 45a22fc

Please sign in to comment.