better repre debug log

This commit is contained in:
iLLiCiTiT 2020-04-29 17:30:34 +02:00
parent 19c436f8f2
commit c9dd40de22

View file

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