Except truthy values

pull/505/head
Erik Johnston 2016-01-19 14:22:02 +00:00
parent 05f78b3b52
commit 7ecd211163
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ def _condition_checker(evaluator, conditions, uid, display_name, cache):
if _id:
cache[_id] = res
if res is False:
if not res:
return False
return True