mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
feat(global): adding debug print
This commit is contained in:
parent
46e07c0354
commit
1213357d29
1 changed files with 1 additions and 0 deletions
|
|
@ -562,6 +562,7 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
import shutil
|
||||
try:
|
||||
shutil.copyfile(src, dst)
|
||||
self.log.debug("Copying files with shutil...")
|
||||
except (OSError, AttributeError) as e:
|
||||
self.log.critical("Cannot copy {} to {}".format(src, dst))
|
||||
self.log.critical(e)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue