Except truthy values
This commit is contained in:
parent
05f78b3b52
commit
7ecd211163
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue