Return don't break

This commit is contained in:
Erik Johnston 2016-01-19 14:24:59 +00:00
parent 7ecd211163
commit 9654ee0848

View file

@ -123,7 +123,7 @@ def _condition_checker(evaluator, conditions, uid, display_name, cache):
if _id:
res = cache.get(_id, None)
if res is False:
break
return False
elif res is True:
continue