Tweak logged message for non-UI report

This commit is contained in:
Roy Nieterau 2023-04-20 00:09:50 +02:00
parent cbd88a616c
commit 175db54074

View file

@ -93,7 +93,7 @@ class ValidateVDBOutputNode(pyblish.api.InstancePlugin):
raise PublishXmlValidationError(
self,
"Node connected to the output node is not of type VDB.",
"Invalid VDB content: {}".format(message),
formatting_data={
"message": message,
"rop_path": instance.data.get("instance_node"),