BrianPugh / belay

Belay is a python library that enables the rapid development of projects that interact with hardware via a micropython-compatible board.
Apache License 2.0
240 stars 13 forks source link

catch DeviceNotFoundError error on reconnect #144

Closed BrianPugh closed 1 year ago

BrianPugh commented 1 year ago

fixes bug when reconnecting using a USBSpecifier.

codecov-commenter commented 1 year ago

Codecov Report

Merging #144 (715e26b) into main (39af344) will not change coverage. The diff coverage is n/a.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##             main     #144   +/-   ##
=======================================
  Coverage   70.54%   70.54%           
=======================================
  Files          38       38           
  Lines        1691     1691           
  Branches      295      374   +79     
=======================================
  Hits         1193     1193           
+ Misses        425      423    -2     
- Partials       73       75    +2     
Flag Coverage Δ
unittests 70.49% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 2 files with indirect coverage changes