Skip to content

Avoid comparisons of incompatible types.

In case properties get special values like _ListHelper objects, which may result when converting GaudiConfig2 to Configurables, the comparison operation with Configurable.propertyNoValue may cause an exception. To prevent this exception, such comparisons are avoided for certain value types. This fixes possible exceptions when printing or dumping Configurables which resulted from Run3-style jobOptions.

Merge request reports