mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Remove unnecessary line
This commit is contained in:
parent
ad0c6245cd
commit
20f4b62213
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class ValidateMeshIsStatic(pyblish.api.InstancePlugin,
|
|||
|
||||
invalid = self.get_invalid(instance)
|
||||
if invalid:
|
||||
nodes = [n.path() for n in invalid if isinstance(n, hou.Node)]
|
||||
nodes = [n.path() for n in invalid]
|
||||
raise PublishValidationError(
|
||||
"See log for details. "
|
||||
"Invalid nodes: {0}".format(nodes)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue