Skip to content
Snippets Groups Projects
Commit b03ca948 authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

New oids classification

parent 392bb418
No related branches found
No related tags found
1 merge request!151Debug paas ci
......@@ -810,5 +810,5 @@ class ReportManager():
logging.info("New oid file successfully pushed")
def write_summary(self, summary_filename) -> None:
with open(summary_filename, 'w') as file:
yaml.dump(self.report, file)
with open(summary_filename, 'w') as f:
f.write(pretty_json(self.report))
\ No newline at end of file
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