- fixed some of the Tcl Commands that depended on the methods refactored above
This commit is contained in:
@@ -57,3 +57,5 @@ class TclCommandGetSys(TclCommand):
|
||||
|
||||
if name in self.app.defaults:
|
||||
return self.app.defaults[name]
|
||||
else:
|
||||
return "The keyword: %s does not exist as a parameter" % str(name)
|
||||
|
||||
Reference in New Issue
Block a user