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

Do not treat None like values as None in Config.option_set #2731

Merged

Conversation

sphuber
Copy link
Contributor

@sphuber sphuber commented Apr 9, 2019

Fixes #2730

An option that takes an integer for example, was ignoring values of 0
since it was being treated as None.

An option that takes an integer for example, was ignoring values of `0`
since it was being treated as `None`.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 70.463% when pulling f45d3f1 on sphuber:fix_2730_config_set_option_none_like into 170c094 on aiidateam:develop.

@sphuber sphuber merged commit 4fa10bc into aiidateam:develop Apr 9, 2019
@sphuber sphuber deleted the fix_2730_config_set_option_none_like branch April 9, 2019 12:16
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.

3 participants