промежуточный. прописал для планировщиков общий класс-предок

This commit is contained in:
2023-12-14 02:30:56 +03:00
parent 749c0397e6
commit c07b72eb5d
18 changed files with 669 additions and 4416 deletions

View File

@@ -33,7 +33,7 @@ public class DVMPackage extends TestingPackage {
user_password = tasksPackage.user_password;
}
public File getLocalWorkspace() {
return new File(Global.PackagesDirectory, id);
return new File(Global.PackagesDirectory, String.valueOf(id));
}
public File getJsonFile() {
return new File(getLocalWorkspace(), "package_json");