diff --git a/colorbleed/plugins/houdini/publish/validate_output_node.py b/colorbleed/plugins/houdini/publish/validate_output_node.py index 18fcb4898f..d3393e1c33 100644 --- a/colorbleed/plugins/houdini/publish/validate_output_node.py +++ b/colorbleed/plugins/houdini/publish/validate_output_node.py @@ -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()]