jenkinsfile

This commit is contained in:
unknown 2020-04-03 15:39:40 +02:00
parent 10c83c1edb
commit 8abf08a6b9

View File

@ -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)