Skip to content
Snippets Groups Projects
Commit 1a6b0501 authored by Pawel Orlowicz's avatar Pawel Orlowicz
Browse files

fix

parent f0f07ef8
Branches
No related merge requests found
......@@ -168,7 +168,7 @@ def go():
if not summary.values():
continue
max_value = max(summary.values())
if qtype_dict.values().count(max_value) == 1:
if summary.values().count(max_value) == 1:
max_label = max(summary.keys(), key=lambda k: summary[k])
break
......
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