Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@hrubi
Copy link

@hrubi hrubi commented Oct 11, 2016

Explicitly treat the 'acl_public' option in configuration file as a
boolean.

As the 'acl_public' option defaults to None, it wasn't treated as a boolean
value and the conversion from string in configuration to boolean did not
happen. Therefore the value from the configuration (eg. 'False') remained
as a string and evaluated to true in boolean context.

Explicitly treat the 'acl_public' option in configuration file as a
boolean.

As the 'acl_public' option defaults to None, it wasn't treated as a boolean
value and the conversion from string in configuration to boolean did not
happen. Therefore the value from the configuration (eg. 'False') remained
as a string and evaluated to true in boolean context.
@fviard
Copy link
Contributor

fviard commented Mar 3, 2018

Issue should not be fixed in MASTER with another fix.
Thank you anyway for your contribution.

@fviard fviard closed this Mar 3, 2018
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.

2 participants