Skip to content

Commit 2cc41dd

Browse files
committed
assert for now
assert for now
1 parent e981add commit 2cc41dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

selfdrive/car/fw_versions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,8 @@ def get_fw_versions(logcan, sendcan, extra=None, timeout=0.1, debug=False, progr
337337
versions.update(extra)
338338

339339
brand_candidates = get_brand_candidates(logcan, sendcan, versions)
340+
print(brand_candidates)
341+
assert len(brand_candidates) == 1, f'{brand_candidates=}'
340342
for brand, brand_versions in versions.items():
341343
if brand_candidates and brand not in brand_candidates:
342344
continue

0 commit comments

Comments
 (0)