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

Reviewed code

parent f1b075e3
No related branches found
No related tags found
1 merge request!143Debug paas ci
......@@ -145,8 +145,11 @@ for port_list in port_lists:
logging.info("report saving")
reports = process_global_reports_info(reports)
logging.info("report saved")
logging.info(pretty_json(reports))
logging.info("showed report")
# Write global reports on file
with open(summary_filename, "w") as f:
f.write(json.dumps(reports))
logging.info("end")
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