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

Enhanced report summary

parent b173e2e6
No related branches found
No related tags found
1 merge request!53Enhanced report summary
......@@ -501,9 +501,9 @@ for host,ports in endpoints.items():
else:
reports[host] = f"ERROR Task: {task['id']}"
#delete_task(task)
#delete_target(target)
#delete_port_list(port_list)
delete_task(task)
delete_target(target)
delete_port_list(port_list)
reports = process_global_reports_info(reports)
with open(summary_filename, "w") as f:
......
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