Skip to content

AthenaCommon: Python exit handler fix.

Scott Snyder requested to merge ssnyder/athena:exit.AthenaCommon-20200420 into master

AppMgr was removing some exit handlers set up by Gaudi, because these were clashing with ones from Athena. However, this was now also removing a handler set up by GaudiConfig2, which was sometimes leading to spurious errors when athena exists.

Merge request reports