We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df3f95 commit 40325d6Copy full SHA for 40325d6
1 file changed
src/vip_client/classes/VipSession.py
@@ -974,7 +974,7 @@ def _init_download(self, workflow) -> dict:
974
# Update the file metadata
975
files_to_download[file].update()
976
# Make the parent directory (if needed)
977
- self._mkdirs(local_path.parent, location="local")
+ self._mkdirs(local_path.parent, location="local", exist_ok=True)
978
# Return the list of files to download
979
return files_to_download
980
# ------------------------------------------------
0 commit comments