no message

This commit is contained in:
2024-11-17 15:05:18 +03:00
parent 910901f940
commit b79002edcc
4 changed files with 7 additions and 6 deletions

View File

@@ -147,7 +147,7 @@ public abstract class TestingPlanner<P extends TestingPackage> extends Repositor
//--
InitSessionCredentials();
if (testingPackage.state.equals(TasksPackageState.Analysis)) {
AnalyseResults(); //todo ввести состояние DoneWithErrors
AnalyseResults();
} else {
try {
if (Connect()) {