Skip to content
Snippets Groups Projects
Commit c6de0a79 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'muRecP3' into 'master'

Fix failing MuonRecRTT ART tests

See merge request atlas/athena!33838
parents 91ab8b07 653e1f30
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
from __future__ import print_function
from MuonRecExample.MuonRecFlags import muonRecFlags
from RecExConfig.RecFlags import rec
from RecExConfig.RecAlgsFlags import recAlgs
......@@ -78,7 +80,6 @@ try:
except:
# print the stacktrace (saving could fail, and would then obscure the real problem)
import traceback
from __future__ import print_function
print ('INFO: MuonRec_myTopOptions.py - stack trace:')
print (traceback.format_exc().rstrip())
......
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