Fix - change level of logging

This commit is contained in:
petr.kalis 2020-06-18 11:41:26 +02:00
parent b138387656
commit 2aaae63f80

View file

@ -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