CANParser: capture C++ DBC parser exceptions (#965)

Update common.pxd
This commit is contained in:
Shane Smiskol 2023-10-25 13:51:15 -07:00 committed by GitHub
parent 48a9ca4679
commit 1b38ec5cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ cdef extern from "common_dbc.h":
cdef extern from "common.h":
cdef const DBC* dbc_lookup(const string)
cdef const DBC* dbc_lookup(const string) except +
cdef cppclass CANParser:
bool can_valid