Cosmetics + less aggresive message (no exclamation point)

This commit is contained in:
Roy Nieterau 2023-04-07 17:41:41 +02:00
parent 3e71ace6b7
commit 3f404002e5

View file

@ -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