Startup
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user