change to using

pull/24414/head
Shane Smiskol 3 years ago
parent 7939bc5c53
commit 4cc3c183b7
  1. 2
      selfdrive/test/process_replay/test_processes.py

@ -202,6 +202,6 @@ if __name__ == "__main__":
if upload:
with open(REF_COMMIT_FN, "w") as f:
f.write(cur_commit)
print(f"\n\nUpdated reference logs for commit: {cur_commit}")
print(f"\n\nUpdated reference logs using commit: {cur_commit}")
sys.exit(int(failed))

Loading…
Cancel
Save