no message
This commit is contained in:
@@ -38,8 +38,8 @@ public abstract class Task extends iDBObject {
|
||||
return this.project_path.equalsIgnoreCase(project.Home.getAbsolutePath());
|
||||
}
|
||||
public void DropResults() throws Exception {
|
||||
Utils.forceDeleteWithCheck(getOutputFile());
|
||||
Utils.forceDeleteWithCheck(getErrorsFile());
|
||||
Utils_.forceDeleteWithCheck(getOutputFile());
|
||||
Utils_.forceDeleteWithCheck(getErrorsFile());
|
||||
//-
|
||||
StartDate = 0;
|
||||
EndDate = 0;
|
||||
|
||||
Reference in New Issue
Block a user