mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
fix linting
This commit is contained in:
parent
3b6a59f5c8
commit
6e2fa0299e
1 changed files with 3 additions and 3 deletions
|
|
@ -136,7 +136,7 @@ class ValidatePrimitiveHierarchyPaths(pyblish.api.InstancePlugin):
|
|||
# This check to prevent the action from running multiple times.
|
||||
# git_invalid only returns [output_node] when
|
||||
# path attribute is the problem
|
||||
if cls.get_invalid(instance) != [output_node]:
|
||||
if cls.get_invalid(instance) != [output_node]:
|
||||
return
|
||||
|
||||
path_attr = rop_node.parm("path_attrib").eval()
|
||||
|
|
@ -169,6 +169,6 @@ class ValidatePrimitiveHierarchyPaths(pyblish.api.InstancePlugin):
|
|||
path_node.moveToGoodPosition()
|
||||
|
||||
cls.log.debug(
|
||||
"SOP path on '%s' updated to new output node '%s'"
|
||||
% (rop_node, path_node)
|
||||
"SOP path on '%s' updated to new output node '%s'"
|
||||
% (rop_node, path_node)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue