mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix burnins def loop
This commit is contained in:
parent
ad6472e9bf
commit
47d9af00ea
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ class ExtractBurnin(publish.Extractor):
|
|||
# Filter output definition by `burnin` represetation key
|
||||
repre_linked_burnins = [
|
||||
burnin_def
|
||||
for burnin_def in burnin_defs.items()
|
||||
for burnin_def in burnin_defs
|
||||
if burnin_def["name"] in repre_burnin_links
|
||||
]
|
||||
self.log.debug(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue