Skip to content

Commit b0fa243

Browse files
committed
Last typos from r39185
1 parent 340947f commit b0fa243

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

zenmap/radialnet/gui/NodeNotebook.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -729,9 +729,9 @@ def __create_widgets(self):
729729

730730
self.__trace_scroll.add_with_viewport(self.__trace_treeview)
731731

732-
self.__trace_info = {port = self.__node.get_info('trace')['port'],
733-
proto = self.__node.get_info('trace')['protocol'],
734-
hops = len(self.__node.get_info('trace')['hops'])}
732+
self.__trace_info = {'port': self.__node.get_info('trace')['port'],
733+
'proto': self.__node.get_info('trace')['protocol'],
734+
'hops': len(self.__node.get_info('trace')['hops'])}
735735

736736
self.__trace_label = BWLabel(TRACE_TEXT % self.__trace_info)
737737
self.__trace_label.set_use_markup(True)

zenmap/zenmapGUI/App.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def run():
229229
scan profiles. Check for access to the directory and try again.""") % {
230230
'dirname': repr(Path.user_config_dir),
231231
'configdir': repr(Path.config_dir),
232-
'error': repr(str(e)), zenmap = APP_DISPLAY_NAME
232+
'error': repr(str(e)), 'zenmap': APP_DISPLAY_NAME
233233
}
234234
)
235235
error_dialog.run()

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy