changed log message

This commit is contained in:
iLLiCiTiT 2020-11-12 09:42:48 +01:00
parent 0788f9ae52
commit dfece60dbc

View file

@ -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