1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +00:00

Actually delete Nmap output object in property deleter method. #1834

This commit is contained in:
dmiller
2019-12-30 06:46:32 +00:00
parent 33aca7c8f5
commit 65450a0654

View File

@@ -515,7 +515,7 @@ class ParserBasics(object):
def del_nmap_output(self):
self._nmap_output.close()
del _nmap_output
del self._nmap_output
def get_debugging_level(self):
return self.nmap.get('debugging', '')