Skip to content

IOVDbSvcConfig.addOverride: Use a tuple instead of list to be hashable

Walter Lampl requested to merge wlampl/athena:IOVdbSvcoverwriteTuple into 24.0

While testing MR !71563 (merged) I encountered a warning from the AccumulatorCache about an un-hashable argument. This MR solves this problem by using a tuple instead of a list

Merge request reports