pep8: E124 closing bracket does not match visual indentation

This commit is contained in:
Guewen Baconnier
2014-08-25 10:23:44 +02:00
parent f8322fda1e
commit 3ac15d6fb2

View File

@@ -265,7 +265,7 @@ class AccountEasyReconcile(orm.Model):
'date': fields.datetime.now(),
'reconcile_ids': [(4, rid) for rid in reconcile_ids],
'reconcile_partial_ids': [(4, rid) for rid in partial_ids],
},
},
context=context)
finally:
if ctx['commit_every']: