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:
Jakub Ježek 2024-10-24 13:52:57 +02:00 committed by GitHub
parent 396af0cf86
commit 9a860785bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)