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
Could you please provide some preliminary checks and maybe a custom exception for that, please?
There are checks and in case the binary is not found, EnvironmentError is thrown. What else do you expect? Since this is a library it is expected that users handle potential exceptions.
Not sure where you raise an "original OSError" (stated in the changelog), but you might want to use a different error instead of EnvironmentError, if the two aren't the same?
Coming from yaml/pyyaml#618, your package bails out hard when the
pkg-config
binary is not present on the system, which can be a case.Could you please provide some preliminary checks and maybe a custom exception for that, please?
The text was updated successfully, but these errors were encountered: