From c9dd40de22c94e80413b69aea9b6b7451f93ff29 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Wed, 29 Apr 2020 17:30:34 +0200 Subject: [PATCH] better repre debug log --- pype/plugins/global/publish/extract_review_slate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/plugins/global/publish/extract_review_slate.py b/pype/plugins/global/publish/extract_review_slate.py index 928e3fdc40..1825035aef 100644 --- a/pype/plugins/global/publish/extract_review_slate.py +++ b/pype/plugins/global/publish/extract_review_slate.py @@ -30,7 +30,7 @@ class ExtractReviewSlate(pype.api.Extractor): fps = inst_data.get("fps") for idx, repre in enumerate(inst_data["representations"]): - self.log.debug("__ i: `{}`, repre: `{}`".format(idx, repre)) + self.log.debug("repre ({}): `{}`".format(idx + 1, repre)) p_tags = repre.get("tags", []) if "slate-frame" not in p_tags: