File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -729,9 +729,9 @@ def __create_widgets(self):
729
729
730
730
self .__trace_scroll .add_with_viewport (self .__trace_treeview )
731
731
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' ])}
735
735
736
736
self .__trace_label = BWLabel (TRACE_TEXT % self .__trace_info )
737
737
self .__trace_label .set_use_markup (True )
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ def run():
229
229
scan profiles. Check for access to the directory and try again.""" ) % {
230
230
'dirname' : repr (Path .user_config_dir ),
231
231
'configdir' : repr (Path .config_dir ),
232
- 'error' : repr (str (e )), zenmap = APP_DISPLAY_NAME
232
+ 'error' : repr (str (e )), ' zenmap' : APP_DISPLAY_NAME
233
233
}
234
234
)
235
235
error_dialog .run ()
You can’t perform that action at this time.
0 commit comments