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