Update miniedit.py

closes #1147
This commit is contained in:
lantz
2022-11-22 16:33:52 -08:00
committed by GitHub
parent 3f5503d773
commit c5413a74f5
+1 -1
View File
@@ -3203,7 +3203,7 @@ class MiniEdit( Frame ):
addDictOption( opts, LINKS, LINKDEF, 'link' ) addDictOption( opts, LINKS, LINKDEF, 'link' )
opts.add_option( '--custom', type='string', default=None, opts.add_option( '--custom', type='string', default=None,
help='read custom topo and node params from .py' + help='read custom topo and node params from .py ' +
'file' ) 'file' )
self.options, self.args = opts.parse_args() self.options, self.args = opts.parse_args()