diff --git a/Control/AthenaCommon/python/AlgSequence.py b/Control/AthenaCommon/python/AlgSequence.py index 57aa94386d91406494699f0e72fd0b402a151339..72f036da57ccd9928b67928c8ad11d391c2f5b73 100755 --- a/Control/AthenaCommon/python/AlgSequence.py +++ b/Control/AthenaCommon/python/AlgSequence.py @@ -230,9 +230,9 @@ def dumpMasterSequence(): # otherwise, manually do it... dumpSequence( AthSequencer ("AthMasterSeq"), indent=0 ) dumpSequence( AthSequencer ("AthFilterSeq"), indent=1 ) - dumpSequence( AlgSequence ("AthBeginSeq"), indent=2 ) - dumpSequence( AlgSequence ("AthCondSeq"), indent=3 ) + dumpSequence( AthSequencer ("AthBeginSeq"), indent=2 ) + dumpSequence( AthSequencer ("AthCondSeq"), indent=3 ) dumpSequence( AlgSequence ("TopAlg"), indent=3 ) - dumpSequence( AlgSequence ("AthEndSeq"), indent=2 ) - dumpSequence( AthSequencer ("AthOutSeq"), indent=2 ) - dumpSequence( AthSequencer ("AthRegSeq"), indent=2 ) + dumpSequence( AthSequencer ("AthEndSeq"), indent=2 ) + dumpSequence( AthSequencer ("AthOutSeq"), indent=1 ) + dumpSequence( AthSequencer ("AthRegSeq"), indent=1 )