mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
Update openpype/pipeline/tempdir.py
Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
This commit is contained in:
parent
053a903662
commit
7ea78fee7b
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ def create_custom_tempdir(project_name, anatomy=None):
|
|||
# create the dir path if it doesn't exists
|
||||
if not os.path.exists(custom_tempdir):
|
||||
try:
|
||||
# create it if it doesnt exists
|
||||
# create it if it doesn't exists
|
||||
os.makedirs(custom_tempdir)
|
||||
except IOError as error:
|
||||
raise IOError("Path couldn't be created: {}".format(error)) from error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue