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
carwatch/elm327.py lines 95, 146, 241, 254 (verified): bare except Exception: with no logging. OBD dongles vanish mid-drive as a rule; at least log at debug level so a field trace is possible. From @Hermes's review, 31 Aug.
carwatch/elm327.py lines 95, 146, 241, 254 (verified): bare
except Exception:with no logging. OBD dongles vanish mid-drive as a rule; at least log at debug level so a field trace is possible. From @Hermes's review, 31 Aug.