Merge branch 'master' into plotToggle

This commit is contained in:
mquezada 2018-05-26 19:35:49 -04:00
commit 5d1f4338a4
1 changed files with 2 additions and 3 deletions

View File

@ -66,8 +66,7 @@ class TclCommandSetSys(TclCommand.TclCommand):
pass
self.app.defaults[param] = value
self.app.propagate_defaults()
self.raise_tcl_error("No such system parameter \"{}\".".format(param))
else:
self.raise_tcl_error("No such system parameter \"{}\".".format(param))