Closedown
This commit is contained in:
@@ -1072,8 +1072,8 @@ public class TestingList extends Panel {
|
||||
String sWait = "";
|
||||
//check if pshell is still initialising: if so, don't start the tests
|
||||
try {
|
||||
//invoke python method
|
||||
pshellStatus = eval("controller.state");
|
||||
System.out.println("status: "+String.valueOf(pshellStatus));
|
||||
if(String.valueOf(pshellStatus)=="Initializing"){
|
||||
sWait = "pshell is initialising: please try again in a few seconds...";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user