Skip to content

Commit

Permalink
Fix #946, check for wrong key in experimental aggregator
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob Luettgau committed Jul 11, 2023
1 parent 428bfd9 commit 7326c7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def fix_name(name):


if mode == 'append':
if 'agg_iohist' not in self.data:
if 'agg_iohist' not in self.summary:
self.summary['agg_iohist'] = {}
self.summary['agg_iohist'][mod] = ctx

Expand Down

0 comments on commit 7326c7d

Please sign in to comment.