Closedown

This commit is contained in:
boccioli_m
2015-06-02 09:58:45 +02:00
parent 28d8546850
commit a42c4e912b

View File

@@ -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 + "})");