git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineSmartExecutor@124657 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
fcac4cd906
commit
5b853000df
|
@ -40,7 +40,7 @@ public abstract class GenericRScript extends StandardLocalExternalAlgorithm {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void process() throws Exception {
|
protected void process() throws Exception {
|
||||||
boolean deletefiles = false; // for test only
|
boolean deletefiles = true; // for test only
|
||||||
String Rlog = null;
|
String Rlog = null;
|
||||||
// init status
|
// init status
|
||||||
status = 0;
|
status = 0;
|
||||||
|
|
Loading…
Reference in New Issue