Skip to content
Snippets Groups Projects
Commit dcf74af4 authored by scott snyder's avatar scott snyder
Browse files

AthenaPoolTest: Fix test script.

gbl was undefined in the SetFatalHandler call.
But in fact, we shouldn't be loading dsos before initialize() anyway,
so just get rid of this call.
parent 6af7bfb3
No related branches found
No related tags found
No related merge requests found
......@@ -13,10 +13,6 @@
## basic job configuration (for generator)
import AthenaCommon.AtlasUnixGeneratorJob
# Set handler for traceback
gbl.AthenaServices.SetFatalHandler(438)
## get a handle to the default top-level algorithm sequence
from AthenaCommon.AlgSequence import AlgSequence
topSequence = AlgSequence()
......
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