mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Houd
This commit is contained in:
parent
e1a2031258
commit
432d715d2f
1 changed files with 3 additions and 1 deletions
|
|
@ -980,7 +980,9 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
shutil.copy(file_url, new_name)
|
||||
else:
|
||||
self.log.debug(
|
||||
"Renaming file {} to {}".format(file_url, new_name)
|
||||
"Renaming file {} to {}".format(
|
||||
file_url, new_name
|
||||
)
|
||||
)
|
||||
os.rename(file_url, new_name)
|
||||
except OSError:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue