Skip to content

Commit

Permalink
CANParser: capture C++ DBC parser exceptions (commaai#965)
Browse files Browse the repository at this point in the history
Update common.pxd
  • Loading branch information
sshane authored Oct 25, 2023
1 parent 48a9ca4 commit 1b38ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion can/common.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b38ec5

Please sign in to comment.