jenkinsfile
This commit is contained in:
parent
e877e2b6d1
commit
0c3f5f0027
@ -15,7 +15,7 @@ with open("helper.txt", "r") as f:
|
|||||||
helper = line.replace("Scores: (#C #S #D #I) ", "").split()
|
helper = line.replace("Scores: (#C #S #D #I) ", "").split()
|
||||||
sum = int(helper[0]) + int(helper[1]) + int(helper[2]) + int(helper[3])
|
sum = int(helper[0]) + int(helper[1]) + int(helper[2]) + int(helper[3])
|
||||||
print(sum)
|
print(sum)
|
||||||
sum = (int(helper[0])/int(sum)) * 100
|
sum = ((int(helper[0]))/(int(sum))) * 100
|
||||||
print(sum)
|
print(sum)
|
||||||
globalPercent += sum
|
globalPercent += sum
|
||||||
counter += 1
|
counter += 1
|
||||||
|
Loading…
Reference in New Issue
Block a user