промежуточный. прописал для планировщиков общий класс-предок
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user