no message
This commit is contained in:
@@ -511,13 +511,13 @@ public class Utils {
|
||||
}
|
||||
}
|
||||
TaskState state = TaskState.Finished;
|
||||
// if (starts == 0 || ends == 0) {
|
||||
// state = TaskState.WrongTestFormat;
|
||||
// } else
|
||||
if (errors > 0) {
|
||||
// if (starts == 0 || ends == 0) {
|
||||
// state = TaskState.WrongTestFormat;
|
||||
// } else
|
||||
if (errors > 0) {
|
||||
state = TaskState.DoneWithErrors;
|
||||
} else {
|
||||
if (complete==0){
|
||||
if (complete == 0) {
|
||||
complete = total = 1;
|
||||
}
|
||||
state = TaskState.Done;
|
||||
|
||||
Reference in New Issue
Block a user