fix update refs

This commit is contained in:
Willem Melching
2020-02-26 16:44:53 -08:00
parent c9ecab2139
commit 61706ce3a0
+1 -1
View File
@@ -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: