mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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:
|
except OSError as e:
|
||||||
if e.errno == errno.EEXIST:
|
if e.errno == errno.EEXIST:
|
||||||
pass
|
pass
|
||||||
else:# clean destination
|
else:
|
||||||
self.log.error("An unexpected error occurred.")
|
self.log.critical("An unexpected error occurred.")
|
||||||
raise
|
raise
|
||||||
|
|
||||||
# copy file with speedcopy and check if size of files are simetrical
|
# copy file with speedcopy and check if size of files are simetrical
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue