mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Last typos from r39185
This commit is contained in:
parent
340947fa29
commit
b0fa243821
2 changed files with 4 additions and 4 deletions
|
|
@ -729,9 +729,9 @@ class TraceroutePage(BWVBox):
|
|||
|
||||
self.__trace_scroll.add_with_viewport(self.__trace_treeview)
|
||||
|
||||
self.__trace_info = {port = self.__node.get_info('trace')['port'],
|
||||
proto = self.__node.get_info('trace')['protocol'],
|
||||
hops = len(self.__node.get_info('trace')['hops'])}
|
||||
self.__trace_info = {'port': self.__node.get_info('trace')['port'],
|
||||
'proto': self.__node.get_info('trace')['protocol'],
|
||||
'hops': len(self.__node.get_info('trace')['hops'])}
|
||||
|
||||
self.__trace_label = BWLabel(TRACE_TEXT % self.__trace_info)
|
||||
self.__trace_label.set_use_markup(True)
|
||||
|
|
|
|||
|
|
@ -229,7 +229,7 @@ The specific error was
|
|||
scan profiles. Check for access to the directory and try again.""") % {
|
||||
'dirname': repr(Path.user_config_dir),
|
||||
'configdir': repr(Path.config_dir),
|
||||
'error': repr(str(e)), zenmap = APP_DISPLAY_NAME
|
||||
'error': repr(str(e)), 'zenmap': APP_DISPLAY_NAME
|
||||
}
|
||||
)
|
||||
error_dialog.run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue