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

Remove error classes for distinguishing D-Bus properties #1106

Merged
merged 2 commits into from
Nov 4, 2024

Commits on Nov 4, 2024

  1. Remove error classes for distinguishing D-Bus properties

    All we're interested in is a useful error message and that can be
    generated more easily at the site the exception is raised.
    
    Signed-off-by: mulhern <[email protected]>
    mulkieran committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    10afe87 View commit details
    Browse the repository at this point in the history
  2. Fix a bug in an error message

    The parser ensures that limt != "current", it's always either a Range or
    None. Instead, check user_input's value, which might be "current", and
    report the current size of the filesystem in that case.
    
    Signed-off-by: mulhern <[email protected]>
    mulkieran committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    79f85dd View commit details
    Browse the repository at this point in the history