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

Make config lookups case insensitive #22

Merged
merged 1 commit into from
Sep 18, 2019

Commits on Sep 18, 2019

  1. Make config lookups case insensitive

    The product names in config can be spelled in various and confusing
    ways. Make the lookups not care about case.
    
    Ideally this should use `casefold`, but that is only available since
    Python 3.3. However the product names will almost certainly be ASCII
    only.
    
    Fixes: NEXUS-252
    lubomir committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    6293004 View commit details
    Browse the repository at this point in the history