GaudiConfig2: strict type checking for list properties
All threads resolved!
All threads resolved!
Compare changes
@@ -362,7 +362,9 @@ class SequenceSemantics(PropertySemantics):
Allow only list
(and tuple
) types to be assigned to list
properties and extend
test coverage. This brings GaudiConfig2 in line with the legacy
configurables. I.e. the following now fails:
MyAlg.MyVecOfStrings = "abc"