Commit bc8a17b
Improve error handling in update_devices method (#387)
* Improve error handling in update_devices method
Handle exceptions when updating devices and log errors.
* Fix mypy type narrowing in update_devices exception handling (#388)
* Initial plan
* Fix mypy type error in update_devices by checking BaseException instead of Exception
Co-authored-by: Danielhiversen <650502+Danielhiversen@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Danielhiversen <650502+Danielhiversen@users.noreply.github.com>
---------
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Danielhiversen <650502+Danielhiversen@users.noreply.github.com>1 parent b71352d commit bc8a17b
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
310 | | - | |
311 | | - | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
312 | 315 | | |
313 | 316 | | |
314 | 317 | | |
| |||
0 commit comments