[RTADPA BW Tests] quick fix for Hlt1 BW test. len(inputs) < 2 breaks logging string
As can be seen https://eoslhcbhttp.cern.ch//eos/lhcb/storage/lhcbpr/logs/Moore/AllenInMoore_hlt1_bandwidth/lhcb-master.2230_2023-11-30_05:18:53_+0100/run.log the Hlt1 test currently breaks.
Upon further investigation it seems to just be because simply just because it only downloads a single file and the logging requires 'input[0], input[1]'.
Simple fix to instead only print input[0] if len(inputs) < 2, so it will still break if len(inputs)=0, i.e. correctly breaking but won't break for len(inputs)>=1.
Merge request reports
Activity
requested review from @rjhunter
assigned to @lugrazet
@rjhunter I checked locally this fixes the problem. I think because this is very simple I will move on with requesting a merge.
Hi @nskidmor, the AllenInMoore Hlt1 BW test is broken, this quick one line change fixes that. Could we get a speedy merge here if possible?
Thanks in advance
assigned to @nskidmor
mentioned in commit 2fd9c22f