Skip to content

AthenaPython: Fix to work with new-style configuration.

With the new-style configuration, we use the Gaudi AppMgr directly rather than the Atlas version. This breaks the OutputLevel special case that was trying to access MessageSvc. Don't crash is MessageSvc can't be found.

Merge request reports