jenkinsfile

This commit is contained in:
unknown 2020-04-03 15:36:26 +02:00
parent 908f3b2160
commit b743320aa4

View File

@ -35,6 +35,8 @@ ssr.write(str(float(ssrCounter)/float(counter) * 100) + "%")
wer.close()
ssr.close()
kk = open("wikiniews_results2.tsv","w")
kk.close()
with open('wikiniews_results.tsv','r') as f_in:
with open('wikiniews_results2.tsv', 'w') as f_out: