-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed the way boolean configuration values are converted to bools by
replacing bool() usage with a function that checks for specific string values in order to determine True or False. bool() will evaluate to True for all non empty strings. Reported-by: Leonid Veytser <veytser@ll.mit.edu> See #14
- Loading branch information
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters