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:
Giancarlo Panichi 2017-12-13 13:44:04 +00:00
parent 874f744833
commit f4226664bc
1 changed files with 1 additions and 1 deletions

View File

@ -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());