mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Tweak logged message for non-UI report
This commit is contained in:
parent
cbd88a616c
commit
175db54074
1 changed files with 1 additions and 1 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue