Skip to content
Snippets Groups Projects
Commit ca6d4d41 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'lcg3.AthenaServices-20231213' into 'main'

AthenaServices: Work around issue in dev3LCG.

See merge request atlas/athena!67819
parents 91a8f740 1e4f4863
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
## @file PyAthenaEventLoopMgr.py
# @brief Python facade of PyAthenaEventLoopMgr
......@@ -129,7 +129,7 @@ class PyAthenaEventLoopMgr( PyGaudi.iService ):
ctx = cppyy.bind_object(cppcontext, "EventContext")
try:
for name in appmgr.getProperty("TopAlg"):
for name in appmgr.getProperty("TopAlg").value():
ialg=algmgr.algorithm(name).get()
ialg.execState(ctx).reset()
result = ialg.sysExecute(ctx)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment