added TODO comment to remove the parametrized workaround
This commit is contained in:
		
							parent
							
								
									981fcb2798
								
							
						
					
					
						commit
						a1277aaf0e
					
				| 
						 | 
					@ -718,6 +718,7 @@ class Session(FSCollector):
 | 
				
			||||||
            if rep.passed:
 | 
					            if rep.passed:
 | 
				
			||||||
                has_matched = False
 | 
					                has_matched = False
 | 
				
			||||||
                for x in rep.result:
 | 
					                for x in rep.result:
 | 
				
			||||||
 | 
					                    # TODO: remove parametrized workaround once collection structure contains parametrization
 | 
				
			||||||
                    if x.name == name or x.name.split("[")[0] == name:
 | 
					                    if x.name == name or x.name.split("[")[0] == name:
 | 
				
			||||||
                        resultnodes.extend(self.matchnodes([x], nextnames))
 | 
					                        resultnodes.extend(self.matchnodes([x], nextnames))
 | 
				
			||||||
                        has_matched = True
 | 
					                        has_matched = True
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue