Closedown

This commit is contained in:
boccioli_m
2015-06-02 09:04:13 +02:00
parent 7ca50b031c
commit 28d8546850

View File

@@ -312,7 +312,11 @@ public class TestingPanel extends Panel {
args.put("relative", var1);
args.put("steps", var2);
run("power-supply", args);
txtTestPSRes.setText((String)args.get("steps"));
//try to print the result
txtTestPSRes.setText((String) args.get("steps"));
//evalAsync("run('args', locals = {'relative':" + (var1 ? "True" :"False") + ", 'steps':" + var2 + "})");
} catch (Exception ex) {