mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Revert message back to a warning
This commit is contained in:
parent
dc2d6e59a4
commit
dfb0677971
1 changed files with 2 additions and 1 deletions
|
|
@ -269,7 +269,8 @@ class ValidateRenderSettings(pyblish.api.InstancePlugin):
|
|||
nodes = cmds.ls(type=node_type)
|
||||
|
||||
if not nodes:
|
||||
cls.log.info("No nodes of type '{}' found.".format(node_type))
|
||||
cls.log.warning(
|
||||
"No nodes of type '{}' found.".format(node_type))
|
||||
continue
|
||||
|
||||
for node in nodes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue