From 4f6afd70bb3594685de893e21efb4c1c1d3c8236 Mon Sep 17 00:00:00 2001 From: Gioacchino Vino <gioacchino.vino@infn.it> Date: Wed, 24 Apr 2024 18:03:43 +0200 Subject: [PATCH] Reviewed code --- files/scan.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/scan.py b/files/scan.py index c380c91..06fb8b7 100644 --- a/files/scan.py +++ b/files/scan.py @@ -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 -- GitLab