You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no sorry, this was just an intuitive way of reporting this "situation" like, oh, wait, no I see an output on the screen, what the heck? oh, ok it’s a debug output, but wait, how can I handle it? ummm, no way, cause it's a print - ok then turn it off and check it upfront. I don’t want to pass it silently.
So I think an exception is the way we should go.
Because my DBC Files are full of invalid Message Length and still valid, so I see a lot of output on the screen :)
canmatrix/src/canmatrix/canmatrix.py
Lines 1008 to 1035 in b21a9ed
Without an additional parameter we should disable report_error by default in
decoded = self.unpack(data, False)
canmatrix/src/canmatrix/canmatrix.py
Lines 994 to 995 in b21a9ed
Should throw an exception.
The text was updated successfully, but these errors were encountered: