no message
This commit is contained in:
@@ -558,16 +558,16 @@ public class TestingServer extends RepositoryServer<TestsDatabase> {
|
||||
}
|
||||
Vector<SapforPackage> sapforPackages = new Vector<>();
|
||||
for (SapforConfiguration sapforConfiguration : configurations) {
|
||||
SapforPackage sapforPackage = new SapforPackage(account, sapfor,new Vector_<>(sapforConfiguration), 1, Log);
|
||||
SapforPackage sapforPackage = new SapforPackage(account, sapfor, new Vector_<>(sapforConfiguration), 1, Log);
|
||||
if (sapforPackage.tasksCount > 0) {
|
||||
sapforPackages.add(sapforPackage);
|
||||
}
|
||||
}
|
||||
if (sapforPackages.isEmpty()){
|
||||
if (sapforPackages.isEmpty()) {
|
||||
Log.Writeln_("Не сформировано ни одного пакета");
|
||||
return;
|
||||
}
|
||||
for (SapforPackage sapforPackage: sapforPackages){
|
||||
for (SapforPackage sapforPackage : sapforPackages) {
|
||||
beforePublishAction(sapforPackage);
|
||||
db.InsertS(sapforPackage);
|
||||
afterPublishAction(sapforPackage);
|
||||
|
||||
Reference in New Issue
Block a user