Closedown

This commit is contained in:
boccioli_m
2016-01-19 11:34:32 +01:00
parent 06e9036a54
commit db22f8fe27
2 changed files with 2 additions and 2 deletions

View File

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