mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 00:05:57 +08:00
42f43c3231
Handle exceptions in `getParamsAllKeysV1` to prevent crashes - Added `try-except` block to improve error handling during key parsing. - Ensures robustness by logging exceptions and re-raising them. Co-authored-by: Jason Wen <haibin.wen3@gmail.com>