Fix code style

This commit is contained in:
Roy Nieterau 2023-01-27 01:28:26 +01:00
parent 5e02a1859d
commit 7153ba6eb9

View file

@ -39,7 +39,7 @@ class ValidatePluginPathAttributes(pyblish.api.InstancePlugin):
filepath = cmds.getAttr(file_attr)
if filepath and not os.path.exists(filepath):
self.log.error("File {0} not exists".format(filepath)) # noqa
self.log.error("File {0} not exists".format(filepath)) # noqa
invalid.append(target)
return invalid