no message

This commit is contained in:
2023-12-18 00:04:44 +03:00
parent 86c6c4700e
commit ed2222c163
8 changed files with 92 additions and 16 deletions

View File

@@ -46,6 +46,9 @@ public abstract class TestingPackage<J> extends riDBObject {
public File getLocalWorkspace() {
return new File(getHomeDirectory(), String.valueOf(id));
}
public boolean isLoaded() {
return new File(getLocalWorkspace(), Constants.LOADED).exists();
}
//------------------------
@Description("IGNORED")
public J package_json = null;