mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +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:
|
||||
pass # file not there, nothing to delete
|
||||
except OSError:
|
||||
self.log.critical("Cannot {} file {}".format(mode, file_url)
|
||||
self.log.error("Cannot {} file {}".format(mode, file_url)
|
||||
, exc_info=True)
|
||||
raise
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue