mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
better debugging message
This commit is contained in:
parent
dae7f64c67
commit
0a055a9b86
1 changed files with 2 additions and 2 deletions
|
|
@ -141,8 +141,8 @@ class ValidatePrimitiveHierarchyPaths(pyblish.api.InstancePlugin):
|
|||
path_node.parm("name1").set('`opname("..")`/`opname("..")`Shape')
|
||||
|
||||
cls.log.debug(
|
||||
'%s node has been created'
|
||||
% path_node
|
||||
"'%s' was created. It adds '%s' with a default single value"
|
||||
% (path_node, path_attr)
|
||||
)
|
||||
|
||||
path_node.setGenericFlag(hou.nodeFlag.DisplayComment,True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue