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

Follow pamapa's update

parent 58f43dfc
No related branches found
No related tags found
1 merge request!8Tests docker
......@@ -60,7 +60,7 @@ def generate_json_result(original_path, output_path, outfile_name):
headers={pt.restitute_field(key) for m in out_markers for key in m.field}
list_of_headers=(config.sort_headers(headers))
else:
list_of_headers=list(map(pt.restitute_field, list_of_headers))
list_of_headers=list(map(utils.restitute_field, list_of_headers))
list_of_headers.append('__modifiedCells')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment