Skip to content

Commit

Permalink
apply formatter
Browse files Browse the repository at this point in the history
Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
  • Loading branch information
koomie committed Mar 15, 2024
1 parent 9d268d7 commit 4fc30eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/utils/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,8 +528,10 @@ def build_dfs(archConfigs, filter_metrics, sys_info):

if (
(not filter_metrics)
or (metric_idx in filter_metrics) # no filter
or # metric in filter
or (
metric_idx in filter_metrics
) # no filter # metric in filter
or
# the whole table in filter
(data_source_idx in filter_metrics)
or
Expand Down

0 comments on commit 4fc30eb

Please sign in to comment.