mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-06-08 10:54:55 +08:00
query_fw_versions: print rare and useful exception
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user