Skip to content

Correct the output of cta-transformation-get-file

The output of the cta-transformation-get-files is sligthly wrong, e.g.:

$ cta-transformation-get-files transID.list --FileStatus=Assigned --dumpFull

Reading transformation IDs from input file: transID.list

Found 7 transformations
100 files selected for transformation 4243 with status Assigned
No files selected for transformation 4241 with status Assigned
0 files dumped in transAssignedFiles_NoneTasks_4243-4241.transID_lfns

We should correct the last line of the output to give the total nb of files found for all the transformations and not just the nb for the last one.