Skip to content
Snippets Groups Projects
Commit 5fd133aa authored by Henning Glawe's avatar Henning Glawe
Browse files

dump also xc_section_method

parent 1baaa430
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,7 @@ def process_line(line): ...@@ -36,6 +36,7 @@ def process_line(line):
if qe_xc is None: if qe_xc is None:
print(" None") print(" None")
else: else:
print(json.dumps(method_qe_xc, indent=2, sort_keys=True))
print(json.dumps(qe_xc, indent=2, sort_keys=True)) print(json.dumps(qe_xc, indent=2, sort_keys=True))
if __name__ == '__main__': if __name__ == '__main__':
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment