mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix - unwanted change of existing logging
This commit is contained in:
parent
42c77d0e13
commit
fe9ed4c09e
1 changed files with 2 additions and 2 deletions
|
|
@ -600,8 +600,8 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
except OSError as e:
|
||||
if e.errno == errno.EEXIST:
|
||||
pass
|
||||
else:# clean destination
|
||||
self.log.error("An unexpected error occurred.")
|
||||
else:
|
||||
self.log.critical("An unexpected error occurred.")
|
||||
raise
|
||||
|
||||
# copy file with speedcopy and check if size of files are simetrical
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue