cosmetics

This commit is contained in:
aardschok 2017-06-27 14:31:41 +02:00
parent 13e56238bc
commit 5e6b40c170

View file

@ -84,7 +84,8 @@ class CollectLookTextures(pyblish.api.InstancePlugin):
# Get textures from sets
sets = instance.data["lookSets"]
if not sets:
raise RuntimeError("No look sets found for the nodes in the instance. {0}".format(sets))
raise RuntimeError("No look sets found for the nodes in the "
"instance. %s" % sets)
# Get the file nodes
history = cmds.listHistory(sets) or []