mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Tweak message formatting
This commit is contained in:
parent
4848d95dbc
commit
49cfea34c7
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ class ValidateCopOutputNode(pyblish.api.InstancePlugin):
|
||||||
invalid = self.get_invalid(instance)
|
invalid = self.get_invalid(instance)
|
||||||
if invalid:
|
if invalid:
|
||||||
raise PublishValidationError(
|
raise PublishValidationError(
|
||||||
("Output node(s) `{}` are incorrect. "
|
("Output node '{}' are incorrect. "
|
||||||
"See plug-in log for details.").format(invalid),
|
"See plug-in log for details.").format(invalid),
|
||||||
title=self.label
|
title=self.label
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue