From e832d2590dda07c1b4a7ddfc60ab580447d0e9ac Mon Sep 17 00:00:00 2001
From: Edward Moyse <edward.moyse@cern.ch>
Date: Tue, 26 May 2020 15:52:24 +0200
Subject: [PATCH] Workaround (not calling it a fix) for the underlying problem
 with some configurables and GaudiConf2. Resolves the immediate problem in
 ATLASRECTS-5518.

---
 MuonSpectrometer/MuonConfig/python/MuonReconstructionConfig.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MuonSpectrometer/MuonConfig/python/MuonReconstructionConfig.py b/MuonSpectrometer/MuonConfig/python/MuonReconstructionConfig.py
index 5725b1e04a5..ae0d620c7a2 100644
--- a/MuonSpectrometer/MuonConfig/python/MuonReconstructionConfig.py
+++ b/MuonSpectrometer/MuonConfig/python/MuonReconstructionConfig.py
@@ -59,7 +59,7 @@ if __name__=="__main__":
     itemsToRecord += ["TrackCollection#MuonSpectrometerTracks"] 
     SetupMuonStandaloneOutput(cfg, ConfigFlags, itemsToRecord)
     
-    cfg.printConfig(withDetails = True, summariseProps = True)
+    cfg.printConfig(withDetails = True)
               
     f=open("MuonReconstruction.pkl","wb")
     cfg.store(f)
-- 
GitLab