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

Add __delattr__ to EDAlias to work with Modifier #15909

Merged
merged 1 commit into from Sep 20, 2016

Commits on Sep 19, 2016

  1. Add __delattr__ to EDAlias to work with Modifier

    The Modifier system uses the value of None to remove a parameter from
    a configuration object. When used with an EDAlias the parameter was
    removed by the name was not removed from the internal list of parameters.
    This has now been fixed.
    Dr15Jones committed Sep 19, 2016
    Copy the full SHA
    cb21b03 View commit details
    Browse the repository at this point in the history