Skip to content
Snippets Groups Projects
Commit 8ed35573 authored by Hottlet Valentin's avatar Hottlet Valentin
Browse files

Merge branch 'add-craft' into tests

parents bd143f55 397b1fe1
No related branches found
No related tags found
1 merge request!8Tests docker
......@@ -92,7 +92,7 @@ def generate_json_result(original_path, output_path, outfile_name):
dicts.append(out_m)
set_of_codes=[m.code() for m in dicts]
list_of_codes=config.sort_headers(set_of_codes)
list_of_codes=utils.sort_headers(list_of_headers, set_of_codes)
dicts.sort(key=cmp_to_key(partial(pt.marker_order, list_of_codes=list_of_codes)))
result = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment