mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
Fixed error message
This commit is contained in:
parent
b3de7e2ec5
commit
6ab87afd9c
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class ValidateOutputNode(pyblish.api.InstancePlugin):
|
|||
# Check if type is correct
|
||||
type_name = output_node.type().name()
|
||||
if type_name not in ["output", "cam"]:
|
||||
cls.log.error("Output node `%s` is an accepted type `output` "
|
||||
cls.log.error("Output node `%s` is not an accepted type `output` "
|
||||
"or `camera`" %
|
||||
output_node.path())
|
||||
return [output_node.path()]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue