Skip to content
Snippets Groups Projects
Commit a09953c9 authored by Teng Jian Khoo's avatar Teng Jian Khoo
Browse files

Add TODO comment

parent 9726ece2
1 merge request!68125ATR-28617: Rename FS LRT sequence to avoid clash with FS VSI
......@@ -451,6 +451,7 @@ def createDataFlow(flags, chains, allDicts):
filterOutput = [CFNaming.filterOutName(filterName, inputName) for inputName in filterInput ]
foundCFSeq = [cfseq for cfseq in CFseqList[nstep] if filterName == cfseq.filter.Alg.getName()]
# TODO: Check sequence consistency if skipping, to avoid issues like https://its.cern.ch/jira/browse/ATR-28617
log.debug("Found %d CF sequences with filter name %s", len(foundCFSeq), filterName)
if not foundCFSeq:
sequenceFilter = buildFilter(filterName, filterInput, chainStep.isEmpty)
......
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