mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Spellcheck on all Python files
This commit is contained in:
parent
1575c63d7d
commit
a72faf3906
21 changed files with 75 additions and 75 deletions
|
|
@ -783,7 +783,7 @@ class ScanInterface(HIGVBox):
|
|||
|
||||
def host_selection_changed(self, widget):
|
||||
self.refresh_port_output()
|
||||
# Switch nmap output to show first host occourrence
|
||||
# Switch nmap output to show first host occurrence
|
||||
model, selection = self.host_view_selection.get_selected_rows()
|
||||
for path in selection:
|
||||
self.go_to_host(model[path][2])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue