mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
incomplete format string
This commit is contained in:
committed by
Mourad Elhadj Mimoune
parent
7b053ecb2c
commit
13bd8fa23d
@@ -47,6 +47,6 @@ class AccountBankStatementImport(models.TransientModel):
|
||||
'type': 'binary',
|
||||
'datas': base64.b64encode(data_file),
|
||||
'description': '\n'.join(
|
||||
'%(type)s: %(message)' % notification
|
||||
'%(type)s: %(message)s' % notification
|
||||
for notification in notifications) or False,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user