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

Return error rather than raise on read-only fs #409

Merged
merged 1 commit into from
Jul 3, 2022

Commits on Jul 3, 2022

  1. Return error rather than raise on read-only fs

    When running on a read-only filesystem, saving a configuration would
    raise. Other issues returned error tuples, so this makes the behavior
    consistent.
    
    This also removes some unneeded code in the unit tests.
    fhunleth committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    17e8aee View commit details
    Browse the repository at this point in the history