mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
resolve hound
This commit is contained in:
parent
c73d76ef15
commit
1f452510d8
1 changed files with 2 additions and 2 deletions
|
|
@ -99,8 +99,8 @@ class ValidateUnrealStaticMeshName(pyblish.api.InstancePlugin,
|
|||
if instance.data.get("subset") != subset_name:
|
||||
invalid.append(rop_node)
|
||||
cls.log.error(
|
||||
"Invalid subset name on rop node '%s' should be '%s'.",
|
||||
rop_node.path(), subset_name
|
||||
"Invalid subset name on rop node '%s' should be '%s'.",
|
||||
rop_node.path(), subset_name
|
||||
)
|
||||
|
||||
return invalid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue