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

Fixes #1298 null value keybindings #1301

Merged
merged 2 commits into from Jun 29, 2018
Merged

Commits on Jun 29, 2018

  1. fixes #1298 - Add config variable to control Null key value

    Adds a new config variable IGNORE_NULL_KEY_VALUE that controls whether
    CIMInstanceName keybindings can set None as a key value.
    
    Adds test for this variable and adds comment to changes.rst.
    
    Added import pywbem.config to cim_obj.py to that we always get the
    original variable, not the copy made by from .config import ...
    That works.
    Marked this whole thing for Discussion
    KSchopmeyer committed Jun 29, 2018
    Copy the full SHA
    7075cdf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7812c53 View commit details
    Browse the repository at this point in the history