fix update ref script

albatross
Willem Melching 2020-05-10 18:55:48 -07:00
parent 10ae22a192
commit 5182da3100
1 changed files with 0 additions and 1 deletions

View File

@ -37,6 +37,5 @@ if __name__ == "__main__":
if not no_upload:
upload_file(log_fn, os.path.basename(log_fn))
os.remove(log_fn)
os.remove(rlog_fn)
print("done")