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

Reviewed scan python code

parent 59c41546
No related branches found
No related tags found
1 merge request!108Updated Python scan code
......@@ -53,7 +53,7 @@ class PortList:
return pretty_json(d)
def __del__(self):
print("i'm going to delete port list: {self}")
print(f"i'm going to delete port list: {self}")
self.delete()
print("i finished to delete port list")
......
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