Skip to content

Commit

Permalink
black format
Browse files Browse the repository at this point in the history
  • Loading branch information
lruizcalico committed Oct 25, 2023
1 parent 984383e commit 9e62f9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/baskerville/helpers/gcs_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ def download_rename_inputs(filepath: str, temp_dir: str, is_dir: bool = False) -
if is_dir:
download_folder_from_gcs(filepath, temp_dir)
dir_name = filepath.split("/")[-1]
os.makedirs(f"{temp_dir}/{dir_name}", exist_ok=True)
return f"{temp_dir}/{dir_name}"
else:
_, filename = split_gcs_uri(filepath)
Expand Down

0 comments on commit 9e62f9c

Please sign in to comment.