Skip to content
Snippets Groups Projects

Fixed configuration of the Summary printing algorithm (used in tests only)

Merged Tomasz Bold requested to merge tbold/athena:fix-cf-test into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -421,7 +421,7 @@ def createControlFlow(HLTNode, CFseqList):
for CFseq in CFseqList[nstep]:
stepDecisions.extend(CFseq.decisions)
summary=makeSummary( stepSequenceName, stepSequenceName )
summary=makeSummary( stepSequenceName, stepDecisions )
HLTNode += summary
Loading