Skip to content

GaudiConfig2: Fix unpickling of derived Configurables

Frank Winklmeier requested to merge fwinkl/Gaudi:config2_pickle into master

Do not call __init__ during unpickling as that method may have been overridden in derived classes. Instead set the properties directly. Also add a unit test for this case. Fixes issue #124 (closed).

Merge request reports