mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 17:04:54 +01:00
Fix message
This commit is contained in:
parent
2777c36eb5
commit
add4958d4c
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
|
||||
# Ensure at least one representation is set up for registering.
|
||||
repres = instance.data.get("representations")
|
||||
assert repres, "Instance has representations data"
|
||||
assert repres, "Instance has no representations data"
|
||||
assert isinstance(repres, (list, tuple)), (
|
||||
"Instance 'repres' must be a list, got: {0} {1}".format(
|
||||
str(type(repres)), str(repres)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue