This commit is contained in:
boccioli_m
2015-07-02 14:35:11 +02:00
parent affa7228a9
commit 5b6bd27e80

View File

@@ -960,8 +960,8 @@ public class TestingList extends Panel {
}
}
System.out.println(sParallelizeCommand);
Object ret = eval("globals()");
ret = eval("locals()");
Object ret = eval("globals = globals()");
ret = eval("locals = locals()");
ret = eval(sParallelizeCommand);
// Object ret = eval("parallelize((run,(str('"+sTestPath+"'),)), (run,('Motor Test 3 200ms',)))");
//System.out.println("Ret = " + String.valueOf(ret));