fix update refs

pull/1167/head
Willem Melching 5 years ago
parent c9ecab2139
commit 61706ce3a0
  1. 2
      selfdrive/test/process_replay/update_refs.py

@ -20,7 +20,7 @@ if __name__ == "__main__":
with open(ref_commit_fn, "w") as f:
f.write(ref_commit)
for segment in segments:
for car_brand, segment in segments:
rlog_fn = get_segment(segment)
if rlog_fn is None:

Loading…
Cancel
Save