From dfece60dbc1313128b89dcd10679c37129ed90ed Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Thu, 12 Nov 2020 09:42:48 +0100 Subject: [PATCH] changed log message --- pype/plugins/tvpaint/publish/collect_instances.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pype/plugins/tvpaint/publish/collect_instances.py b/pype/plugins/tvpaint/publish/collect_instances.py index 87cf52e43e..68d0620253 100644 --- a/pype/plugins/tvpaint/publish/collect_instances.py +++ b/pype/plugins/tvpaint/publish/collect_instances.py @@ -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