mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
better repre debug log
This commit is contained in:
parent
19c436f8f2
commit
c9dd40de22
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue