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:
@@ -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', '')
|
||||
|
||||
Reference in New Issue
Block a user