Minor update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer@160403 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
874f744833
commit
f4226664bc
|
@ -178,7 +178,7 @@ public class GeneralPurposeScriptProducer {
|
|||
sb.append(o.a + "<-\"" + o.b + "\"" + System.lineSeparator());
|
||||
// sb.append("#fixed code to add some randomness to the output file name and save concurrent requests"
|
||||
// + System.lineSeparator());
|
||||
// sb.append(o.a + "<-paste(" + o.a + ",'_',Sys.time(),sep='')" + System.lineSeparator());
|
||||
// sb.append(o.a + "<-paste("+"Sys.time(),'_'," + o.a + ",sep='')" + System.lineSeparator());
|
||||
// sb.append(o.a + "<-gsub(' ', '_', " + o.a + ")" + System.lineSeparator());
|
||||
// sb.append(o.a + "<-gsub(':', '_', " + o.a + ")" + System.lineSeparator());
|
||||
// sb.append("file.rename('" + o.b + "'," + o.a + ")" + System.lineSeparator());
|
||||
|
|
Loading…
Reference in New Issue