mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
pep8: E124 closing bracket does not match visual indentation
This commit is contained in:
@@ -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']:
|
||||
|
||||
Reference in New Issue
Block a user