mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Fix - change level of logging
This commit is contained in:
parent
b138387656
commit
2aaae63f80
1 changed files with 1 additions and 1 deletions
|
|
@ -946,6 +946,6 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
pass # file not there, nothing to delete
|
pass # file not there, nothing to delete
|
||||||
except OSError:
|
except OSError:
|
||||||
self.log.critical("Cannot {} file {}".format(mode, file_url)
|
self.log.error("Cannot {} file {}".format(mode, file_url)
|
||||||
, exc_info=True)
|
, exc_info=True)
|
||||||
raise
|
raise
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue