From 5e6b40c1708f2acfb2bf1678950d1450b8184776 Mon Sep 17 00:00:00 2001 From: aardschok Date: Tue, 27 Jun 2017 14:31:41 +0200 Subject: [PATCH] cosmetics --- colorbleed/plugins/maya/publish/collect_look_textures.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/colorbleed/plugins/maya/publish/collect_look_textures.py b/colorbleed/plugins/maya/publish/collect_look_textures.py index 586e264307..5cac73cb20 100644 --- a/colorbleed/plugins/maya/publish/collect_look_textures.py +++ b/colorbleed/plugins/maya/publish/collect_look_textures.py @@ -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 []