Skip to content
Snippets Groups Projects
Commit 61496173 authored by Nils Erik Krumnack's avatar Nils Erik Krumnack Committed by Atlas Nightlybuild
Browse files

Merge branch '21.2-modifiedRucioOutput' into '21.2'

Accomodate new rucio output style in SampleHandler

See merge request !36686

(cherry picked from commit 8dec5a5b)

6b85fed0 Remove space before colon in search patterns
parent 69a7fe06
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!36708Sweeping !36686 from 21.2 to master. Accomodate new rucio output style in SampleHandler
Pipeline #1962989 passed
......@@ -497,10 +497,10 @@ namespace SH
RucioDownloadResult result;
result.did = readLine (output, "DID ");
result.totalFiles = readLineUnsigned (output, "Total files : ");
result.downloadedFiles = readLineUnsigned (output, "Downloaded files : ");
result.alreadyLocal = readLineUnsigned (output, "Files already found locally : ");
result.notDownloaded = readLineUnsigned (output, "Files that cannot be downloaded : ");
result.totalFiles = readLineUnsigned (output, "Total files: ");
result.downloadedFiles = readLineUnsigned (output, "Downloaded files: ");
result.alreadyLocal = readLineUnsigned (output, "Files already found locally: ");
result.notDownloaded = readLineUnsigned (output, "Files that cannot be downloaded: ");
return result;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment