mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
move debug msg of scene path into colelct current file
This commit is contained in:
parent
ecd69f0a51
commit
4be12c71ef
2 changed files with 1 additions and 2 deletions
|
|
@ -20,3 +20,4 @@ class CollectCurrentFile(pyblish.api.ContextPlugin):
|
|||
current_file = os.path.join(folder, file)
|
||||
|
||||
context.data["currentFile"] = current_file
|
||||
self.log.debug("Scene path: {}".format(current_file))
|
||||
|
|
|
|||
|
|
@ -43,6 +43,4 @@ class CollectWorkfile(pyblish.api.InstancePlugin):
|
|||
instance.data.update(data)
|
||||
self.log.debug("Collected data: {}".format(data))
|
||||
self.log.debug("Collected instance: {}".format(file))
|
||||
self.log.debug("Scene path: {}".format(
|
||||
context.data["currentFile"]))
|
||||
self.log.debug("staging Dir: {}".format(folder))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue