Mock fix
This commit is contained in:
parent
1490549284
commit
c25ca20a40
@ -13,5 +13,5 @@ if os.path.exists("rmse.txt"):
|
||||
for line in file.readlines():
|
||||
result = line
|
||||
|
||||
with open("bulk_metrics.txt", "a") as file:
|
||||
with open("bulk_metrics.txt", "w") as file:
|
||||
file.write(build_no + " " + result)
|
||||
|
Loading…
Reference in New Issue
Block a user