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

AthenaCommon: Make sure registration algorithms always get run.

Turn on StopOverride for AthMasterSeq to ensure that the registration
sequence will always get run.
parent f0c0a5a3
No related branches found
No related tags found
No related merge requests found
......@@ -254,7 +254,7 @@ class AthAppMgr( AppMgr ):
def _build():
Logging.log.debug ("building master sequence...")
athMasterSeq = _as.AthSequencer ("AthMasterSeq",Sequential = True)
athMasterSeq = _as.AthSequencer ("AthMasterSeq",Sequential = True, StopOverride=True)
athFilterSeq = _as.AthSequencer ("AthFilterSeq");
athBeginSeq = _as.AthSequencer ("AthBeginSeq",Sequential=True)
athCondSeq = _as.AthSequencer ("AthCondSeq")
......
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