mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Remove "This is a bug"
This commit is contained in:
parent
9f6b9ddd3d
commit
27f546dc35
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class ValidateVrayProxy(pyblish.api.InstancePlugin,
|
|||
return
|
||||
if not data["setMembers"]:
|
||||
raise PublishValidationError(
|
||||
"'%s' is empty! This is a bug" % instance.name
|
||||
f"Instance '{instance.name}' is empty."
|
||||
)
|
||||
|
||||
if data["animation"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue