[FIX] flake8

pull/83/head
Holger Brunn 2015-03-02 13:54:23 +01:00
parent a98ba6072a
commit fbbc6e31a1
1 changed files with 2 additions and 2 deletions

View File

@ -98,8 +98,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