added TODO comment to remove the parametrized workaround

This commit is contained in:
palaviv 2016-03-15 23:42:25 +02:00
parent 981fcb2798
commit a1277aaf0e
1 changed files with 1 additions and 0 deletions

View File

@ -718,6 +718,7 @@ class Session(FSCollector):
if rep.passed:
has_matched = False
for x in rep.result:
# TODO: remove parametrized workaround once collection structure contains parametrization
if x.name == name or x.name.split("[")[0] == name:
resultnodes.extend(self.matchnodes([x], nextnames))
has_matched = True