fix burnins def loop

This commit is contained in:
Jakub Trllo 2024-02-15 23:14:06 +01:00 committed by GitHub
parent ad6472e9bf
commit 47d9af00ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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