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

Options now drop invalid keywords from kwargs #1465

Merged
merged 3 commits into from
May 21, 2017
Merged

Conversation

jlstevens
Copy link
Contributor

PR to fix #1463 - invalid keywords weren't actually being skipped (i.e dropped from kwargs) which meant invalid values were being set on the options tree.

If the tests go green I'll add a unit test to make sure this stays fixed.

@jlstevens
Copy link
Contributor Author

@philippjfr Ready to review/merge. I had to restart one build because of a transient - it should pass like the others soon.

@philippjfr
Copy link
Member

Looks good and a straightforward improvement.

@philippjfr philippjfr merged commit 4d50ab4 into master May 21, 2017
@philippjfr philippjfr deleted the options_skip_fix branch May 25, 2017 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

%opts break after error
2 participants