mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 05:01:29 +00:00
Avoid handling BaseException, so SysExit and KeyboardInterrupt are propagated. #1834
This commit is contained in:
@@ -235,7 +235,7 @@ class ScanHostsView(HIGVBox, object):
|
||||
try:
|
||||
child = self.scrolled.get_child()
|
||||
self.scrolled.remove(child)
|
||||
except:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
def _set_scrolled(self):
|
||||
|
||||
Reference in New Issue
Block a user