💡 comment indent

This commit is contained in:
Ondřej Samohel 2023-01-25 16:24:33 +01:00 committed by GitHub
parent 9fa40a3a85
commit 19649dd10b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,8 @@ class ValidatePluginPathAttributes(pyblish.api.InstancePlugin):
file_attr = validate_path["ValidatePathForPlugin"]["attribute"]
if not file_attr:
return invalid
# get the nodes and file attributes
# get the nodes and file attributes
for node, attr in file_attr.items():
# check the related nodes
targets = cmds.ls(type=node)