mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Clarify in log that it's processing a resource
This commit is contained in:
parent
95e763dee4
commit
a54cddf0f3
1 changed files with 3 additions and 1 deletions
|
|
@ -540,7 +540,9 @@ class CollectLook(pyblish.api.InstancePlugin):
|
|||
"Unsupported file node: {}".format(cmds.nodeType(node)))
|
||||
raise AssertionError("Unsupported file node")
|
||||
|
||||
self.log.debug("processing: {} ({})".format(node, cmds.nodeType(node)))
|
||||
self.log.debug(
|
||||
"Collecting resource: {} ({})".format(node, cmds.nodeType(node))
|
||||
)
|
||||
|
||||
attributes = get_attributes(FILE_NODES, cmds.nodeType(node), node)
|
||||
for attribute in attributes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue