diff --git a/templates/da_cache_to_shub.json.j2 b/templates/da_cache_to_shub.json.j2 index 7cc04f5..571a52a 100644 --- a/templates/da_cache_to_shub.json.j2 +++ b/templates/da_cache_to_shub.json.j2 @@ -231,7 +231,7 @@ "type": "LAMBDA", "inputParameters": { "rejected" : "${build_transfer_tasks.output.result.rejected}", - "scriptExpression": "if($.rejected.length === 0) return {report: ''}; var k,report='';for(var r=0; r< $.rejected.length;r++){report+=''}report+='
DownloadRejected
'+$.rejected[r].number+''+$.rejected[r].size+' exceeds max (16GB)
';return { report : report}" + "scriptExpression": "if($.rejected.length === 0) return {report: ''}; var k,report='

REJECTED:

';for(var r=0; r< $.rejected.length;r++){report+=''}report+='
DownloadRejection reason
'+$.rejected[r].number+''+$.rejected[r].size+' bytes exceeds maximum allowed of 15Gb.
';return { report : report}" } }, {