jenkinsfile
This commit is contained in:
parent
10c83c1edb
commit
8abf08a6b9
@ -51,7 +51,7 @@ with open('wikiniews_results.tsv','r') as f_in:
|
||||
cc = 0
|
||||
for row in reader:
|
||||
# add new column values
|
||||
row.append(werArray[counter])
|
||||
row.append(werArray[cc])
|
||||
cc += 1
|
||||
result.append(row)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user