mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
changed log message
This commit is contained in:
parent
0788f9ae52
commit
dfece60dbc
1 changed files with 2 additions and 2 deletions
|
|
@ -126,8 +126,8 @@ class CollectInstances(pyblish.api.ContextPlugin):
|
|||
if not render_pass_layers:
|
||||
name = instance_data["name"]
|
||||
self.log.warning(
|
||||
f"All layers from RenderPass \"{name}\" do not exist."
|
||||
" Instance not created."
|
||||
f"None of the layers from the RenderPass \"{name}\""
|
||||
" exist anymore. Instance not created."
|
||||
)
|
||||
return None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue