Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catch OSErrors triggered by ffi_build.py version check #81

Merged
merged 1 commit into from
Mar 16, 2022

Conversation

m-col
Copy link
Collaborator

@m-col m-col commented Mar 16, 2022

On read-only file systems, ffi.verify fails:

OSError: [Errno 30] Read-only file system

This should catch that case in a similar fashion to PermissionError.

On read-only file systems, `ffi.verify` fails:
```
OSError: [Errno 30] Read-only file system
```

This should catch that case in a similar fashion to PermissionError.
@m-col
Copy link
Collaborator Author

m-col commented Mar 16, 2022

See: qtile/qtile#3398

@m-col m-col mentioned this pull request Mar 16, 2022
1 task
Copy link
Owner

@flacjacket flacjacket left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@flacjacket flacjacket merged commit 55803fd into flacjacket:main Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants