mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update server_addon/maya/client/ayon_maya/plugins/publish/collect_yeti_rig.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
acbdd430be
commit
599462eb12
1 changed files with 3 additions and 1 deletions
|
|
@ -286,7 +286,9 @@ class CollectYetiRig(plugin.MayaInstancePlugin):
|
|||
minimum_items=1)
|
||||
|
||||
if len(collections) > 1:
|
||||
raise ValueError(f"Multiple collections found for {files}. This is a bug.")
|
||||
raise ValueError(
|
||||
f"Multiple collections found for {collections}. "
|
||||
"This is a bug.")
|
||||
|
||||
return list(collections[0])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue