Commit a88886a3 authored by lintangsutawika's avatar lintangsutawika
Browse files

fixed conditional statement

parent c6b8132d
......@@ -568,7 +568,7 @@ def evaluate(
task_hierarchy.get(group_or_task, [])
)
if (group_config is not None) and (group_config["aggregate_metric"] is False):
if (group_config is None) or (group_config["aggregate_metric"] is False):
results[group_or_task][" "] = " "
continue
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment