mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removing python3 only code
This commit is contained in:
parent
bc161ed5af
commit
423f2bcbda
1 changed files with 1 additions and 1 deletions
|
|
@ -54,6 +54,6 @@ def create_custom_tempdir(project_name, anatomy=None):
|
|||
os.makedirs(custom_tempdir)
|
||||
except IOError as error:
|
||||
raise IOError(
|
||||
"Path couldn't be created: {}".format(error)) from error
|
||||
"Path couldn't be created: {}".format(error))
|
||||
|
||||
return custom_tempdir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue