no message

This commit is contained in:
2025-02-12 14:22:11 +03:00
parent ede6438fbf
commit b80bea4c1b
7 changed files with 37 additions and 25 deletions

View File

@@ -559,9 +559,9 @@ public class Utils {
}
}
TaskState state = TaskState.Finished;
if (starts == 0 || ends == 0) {
state = TaskState.WrongTestFormat;
} else
// if (starts == 0 || ends == 0) {
// state = TaskState.WrongTestFormat;
// } else
if (errors > 0) {
state = TaskState.DoneWithErrors;
} else {