mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Simplify error message for readability
This commit is contained in:
parent
64be88cff5
commit
2bdb362a04
1 changed files with 1 additions and 1 deletions
|
|
@ -51,5 +51,5 @@ class ValidateMeshEmpty(pyblish.api.InstancePlugin):
|
|||
invalid = self.get_invalid(instance)
|
||||
if invalid:
|
||||
raise PublishValidationError(
|
||||
"Meshes found in instance without any vertices: %s" % invalid
|
||||
"Meshes found without any vertices: %s" % invalid
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue