mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +00:00
Updated some code in zenmap/zenmapGUI/DiffCompare.py and zenmap/zenmapGUI/ScanNmapOutputPage.py to work properly with the code from r32983
This commit is contained in:
@@ -202,7 +202,7 @@ class ScanChooser(HIGVBox):
|
||||
|
||||
def show_scan(self, widget):
|
||||
nmap_output = self.get_nmap_output()
|
||||
if nmap_output is not None:
|
||||
if nmap_output != "":
|
||||
self.txt_scan_result.get_buffer().set_text(nmap_output)
|
||||
|
||||
def normalize_output(self, output):
|
||||
|
||||
Reference in New Issue
Block a user