From 19649dd10bbe9011968d4415dac0f99dd420afdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Samohel?= <33513211+antirotor@users.noreply.github.com> Date: Wed, 25 Jan 2023 16:24:33 +0100 Subject: [PATCH] :bulb: comment indent --- .../maya/plugins/publish/validate_plugin_path_attributes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openpype/hosts/maya/plugins/publish/validate_plugin_path_attributes.py b/openpype/hosts/maya/plugins/publish/validate_plugin_path_attributes.py index 6fa06540b7..7e3c656a1e 100644 --- a/openpype/hosts/maya/plugins/publish/validate_plugin_path_attributes.py +++ b/openpype/hosts/maya/plugins/publish/validate_plugin_path_attributes.py @@ -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)