mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Cosmetics + less aggresive message (no exclamation point)
This commit is contained in:
parent
3e71ace6b7
commit
3f404002e5
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class ValidateVDBOutputNode(pyblish.api.InstancePlugin):
|
|||
if invalid:
|
||||
raise PublishXmlValidationError(
|
||||
self,
|
||||
"Node connected to the output node is not" " of type VDB!"
|
||||
"Node connected to the output node is not of type VDB."
|
||||
)
|
||||
|
||||
@classmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue