git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/dataminer-pool-manager@148697 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
c8ce04c364
commit
79e801c2ec
|
@ -70,7 +70,7 @@ public abstract class DMPMJob {
|
|||
File path = new File(worker.getWorkdir() + File.separator + "jobs");
|
||||
path.mkdirs();
|
||||
File n = new File(this.jobLogs + File.separator + this.id);
|
||||
FileOutputStream fos = new FileOutputStream(n);
|
||||
FileOutputStream fos = new FileOutputStream(n, true);
|
||||
PrintStream ps = new PrintStream(fos);
|
||||
return worker.execute(ps);
|
||||
***REMOVED***
|
||||
|
|
Loading…
Reference in New Issue