mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
cosmetics
This commit is contained in:
parent
13e56238bc
commit
5e6b40c170
1 changed files with 2 additions and 1 deletions
|
|
@ -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 []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue