Skip to content
Snippets Groups Projects
Commit c998a787 authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

Fix unused_compare_key

parent 5a9decf4
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,7 @@
def display_results(results, compare_key):
unused_compare_key = True
for headers, some_results in sorted(results.items()):
key_size = max(len(k) for k, v in headers)
prefix = "###"
......@@ -89,7 +90,6 @@
base = None
# display the result now
unused_compare_key = True
for r in some_results:
key = get_value(compare_key, r)
if key is not None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment