Adapt MTCalibPebConfig to changes in DecisionSummaryMakerAlg properties
The type of the property FinalStepDecisions of DecisionSummaryMakerAlg was changed in !38685 (merged) from map<string,string> to map<string,vector<string>>, but the client configuration in MTCalibPebConfig.py was not updated. This caused very obscure errors in property parsing, but the fix is trivial.
Fixes ATR-22494
Edited by Rafal Bielski