Skip to content
Snippets Groups Projects

TriggerMenuMT: fix for unmerged CAs (ATR-29211)

Merged Frank Winklmeier requested to merge fwinkl/athena:tmmt_fix into 24.0
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
@@ -559,6 +559,11 @@ def generateMenuMT(flags):
checkCPSGroups(HLTMenuConfig.dictsList())
# Cleanup menu singletons to allow garbage collection (ATR-28855)
# Temporary hack for ATR-29211:
from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
ComponentAccumulator._checkUnmerged = False
GenerateMenuMT.clear()
from TriggerMenuMT.HLT.Config import MenuComponents
MenuComponents._ComboHypoPool.clear()
Loading