Taming of Hound

This commit is contained in:
petr.kalis 2020-06-18 11:42:20 +02:00
parent 2aaae63f80
commit eafa79af88
2 changed files with 70 additions and 66 deletions

View file

@ -947,5 +947,5 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
pass # file not there, nothing to delete
except OSError:
self.log.error("Cannot {} file {}".format(mode, file_url)
, exc_info=True)
, exc_info=True)
raise