Closedown
This commit is contained in:
@@ -314,7 +314,7 @@ public class TestingPanel extends Panel {
|
||||
run("power-supply", args);
|
||||
|
||||
//try to print the result
|
||||
txtTestPSRes.setText((String) args.get("steps"));
|
||||
txtTestPSRes.setText(args.get("steps").toString());
|
||||
|
||||
|
||||
//evalAsync("run('args', locals = {'relative':" + (var1 ? "True" :"False") + ", 'steps':" + var2 + "})");
|
||||
|
||||
Reference in New Issue
Block a user