incomplete format string

This commit is contained in:
Holger Brunn
2015-12-09 15:35:33 +01:00
committed by Alexis de Lattre
parent c09a95ce20
commit 3b64e069ba

View File

@@ -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,
}