Gianpaolo Coro 2016-02-29 13:05:42 +00:00
parent fcac4cd906
commit 5b853000df
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public abstract class GenericRScript extends StandardLocalExternalAlgorithm {
@Override
protected void process() throws Exception {
boolean deletefiles = false; // for test only
boolean deletefiles = true; // for test only
String Rlog = null;
// init status
status = 0;