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

Reviewed code

parent f8207abe
No related branches found
No related tags found
1 merge request!143Debug paas ci
......@@ -137,7 +137,7 @@ logging.info("showed report")
# Write global reports on file
with open(summary_filename, "w") as f:
f.write(json.dumps(reports))
logging.info("end")
logging.info("Tasks deletion")
for task in tasks:
......@@ -153,3 +153,5 @@ logging.info("ports list deletion")
for port_list in port_lists:
del port_list
#gvm.get_client().delete_port_list(port_list.id)
logging.info("end")
\ 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