Skip to content
Snippets Groups Projects
Commit df0922f3 authored by Baptiste Ravina's avatar Baptiste Ravina Committed by Edward Moyse
Browse files

CPAlgorithms: fix bug in FTag MC/MC SFs

CPAlgorithms: fix bug in FTag MC/MC SFs
parent 44ec2caa
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ def parseTDPdatabase(tdpFile, dsid):
continue
columns = line.split()
if columns[0].isdigit() and int(columns[0]) == dsid:
result = columns[4].strip()
result = columns[3].strip()
break
return result
......
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