Skip to content

Commit 5c7f12f

Browse files
authored
Merge branch 'main' into MMathisLab-setup
2 parents 4281f5d + b713387 commit 5c7f12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cebra/data/assets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def download_file_with_progress_bar(url: str,
9393
)
9494

9595
# Create the directory and any necessary parent directories
96-
location_path.mkdir(exist_ok=True)
96+
location_path.mkdir(parents=True, exist_ok=True)
9797

9898
filename = filename_match.group(1)
9999
file_path = location_path / filename

0 commit comments

Comments
 (0)