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

Persist False value for defeats_cache correctly #98

Merged
merged 1 commit into from
Jan 1, 2017
Merged

Persist False value for defeats_cache correctly #98

merged 1 commit into from
Jan 1, 2017

Commits on Dec 31, 2016

  1. Persist False value for defeat_cache correctly

    If cdparanoia can't work around the audio caching of a drive,
    defeats_cache = False is written to the config.  However, when it is
    read back the string 'False' ends up being converted to True (as it is
    not an empty string).
    
    This corrects the behaviour when reading the value back and adds tests
    to make sure that both True and False can be correctly retrieved from
    the config.
    ribbons committed Dec 31, 2016
    Configuration menu
    Copy the full SHA
    3f9cc77 View commit details
    Browse the repository at this point in the history