mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-28 04:07:46 +00:00
We generally shouldn't be raising OSError from user code since it represents an error the bubbles up from the OS. Also, when handling an OSError, we almost always want to check for a specific error code.