Fix createFastCaloSequencte in TrigT2CaloCommon/CaloDef.py
This fix is related to ATR-21232.
The affected tests ware:
test_trigUpgr_calo_ringer_only_build.sh test_trigUpgr_calo_only_build.sh
The error was:
fastCaloViewsMaker.InputMakerOutputDecisions = [EMRoIDecisions + "IMOUTPUT"]
When InputMakerOutputDecisions
must to be a string instead of a list.
With this fix, the affected tests now are runing with exit code 0.