mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 21:21:31 +00:00
Actually delete Nmap output object in property deleter method. #1834
This commit is contained in:
@@ -515,7 +515,7 @@ class ParserBasics(object):
|
|||||||
|
|
||||||
def del_nmap_output(self):
|
def del_nmap_output(self):
|
||||||
self._nmap_output.close()
|
self._nmap_output.close()
|
||||||
del _nmap_output
|
del self._nmap_output
|
||||||
|
|
||||||
def get_debugging_level(self):
|
def get_debugging_level(self):
|
||||||
return self.nmap.get('debugging', '')
|
return self.nmap.get('debugging', '')
|
||||||
|
|||||||
Reference in New Issue
Block a user