Condition must be a boolean fixes.

This commit is contained in:
Andris Raugulis
2017-04-05 18:12:26 +03:00
parent e4bdabb891
commit 0d555d43b3
2 changed files with 24 additions and 24 deletions

View File

@ -107,7 +107,7 @@ warn_redundant_casts = True
warn_return_any = True
warn_unused_ignores = True
strict_optional = True
#strict_boolean = False
#strict_boolean = True
[pylint]
reports = no