mirror of https://github.com/commaai/panda.git
query_fw_versions: print rare and useful exception
This commit is contained in:
parent
7af22677f7
commit
82cbc449b3
|
@ -88,6 +88,7 @@ if __name__ == "__main__":
|
|||
except MessageTimeoutError:
|
||||
continue
|
||||
except InvalidSubAddressError:
|
||||
print(f'*** Skipping address {hex(addr)}: {e}')
|
||||
break
|
||||
|
||||
# Run queries against all standard UDS data identifiers, plus selected
|
||||
|
|
Loading…
Reference in New Issue