mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Skip invalid attr correctly
This commit is contained in:
parent
1dee7ceb64
commit
dc2d6e59a4
1 changed files with 1 additions and 0 deletions
|
|
@ -261,6 +261,7 @@ class ValidateRenderSettings(pyblish.api.InstancePlugin):
|
|||
if "." not in attr:
|
||||
cls.log.warning("Skipping invalid attribute defined in "
|
||||
"validation settings: '{}'".format(attr))
|
||||
continue
|
||||
|
||||
node_type, attribute_name = attr.split(".", 1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue