mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Update client/ayon_core/pipeline/create/creator_plugins.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
396af0cf86
commit
9a860785bb
1 changed files with 1 additions and 2 deletions
|
|
@ -828,8 +828,7 @@ class Creator(BaseCreator):
|
|||
|
||||
# TODO: not sure if this is necessary
|
||||
# path might be already created by get_staging_dir
|
||||
if not os.path.exists(staging_dir_path):
|
||||
os.makedirs(staging_dir_path)
|
||||
os.makedirs(staging_dir_path, exist_ok=True)
|
||||
|
||||
instance.transient_data.update(staging_dir_data)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue