[FIX] coding style

This commit is contained in:
Holger Brunn
2015-02-10 20:30:19 +01:00
committed by Jan Verbeek
parent 5bae136816
commit bae5367b43

View File

@@ -101,7 +101,8 @@ class IrFilters(Model):
context=context):
result[this['id']] = False
complement_domain = expression.normalize_domain(
safe_eval(this['domain'] or 'False') or [expression.FALSE_LEAF])
safe_eval(this['domain'] or 'False')
or [expression.FALSE_LEAF])
for arg in complement_domain:
if not expression.is_leaf(arg):
continue