Skip to content

Improve parsing of boolean options#24

Open
pgrunewald wants to merge 1 commit intocollective:masterfrom
tud-mit-plone:fix_boolean_options
Open

Improve parsing of boolean options#24
pgrunewald wants to merge 1 commit intocollective:masterfrom
tud-mit-plone:fix_boolean_options

Conversation

@pgrunewald
Copy link
Copy Markdown

I stumbled upon a problem, where setting the option "use-sudo=false" lead to be interpreted as True. Reason was that it was read as non-empty string ("false"), which yields True.

This PR unifies the boolean options parsing in a similar manner like buildout does it.

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.

1 participant