Fix issue #248 where set_sys command returned failure feedback even on command success.
This commit is contained in:
@@ -66,8 +66,7 @@ class TclCommandSetSys(TclCommand.TclCommand):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
self.app.defaults[param] = value
|
self.app.defaults[param] = value
|
||||||
|
|
||||||
self.app.propagate_defaults()
|
self.app.propagate_defaults()
|
||||||
|
else:
|
||||||
self.raise_tcl_error("No such system parameter \"{}\".".format(param))
|
self.raise_tcl_error("No such system parameter \"{}\".".format(param))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user