Skip to content

Commit

Permalink
fix folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lruizcalico committed Oct 25, 2023
1 parent f946c43 commit eb66c37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/baskerville/helpers/gcs_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ 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 temp_dir
else:
_, filename = split_gcs_uri(filepath)
Expand Down

0 comments on commit eb66c37

Please sign in to comment.