From 4d7f940133ddefa7de0767a0cdfd041146580fd5 Mon Sep 17 00:00:00 2001 From: "Ronald Portier (Therp BV)" Date: Thu, 7 Jan 2016 17:28:03 +0100 Subject: [PATCH] [FIX] Correct indentation in camt.py. --- account_bank_statement_import_camt/camt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_bank_statement_import_camt/camt.py b/account_bank_statement_import_camt/camt.py index b6d3489..6506af5 100644 --- a/account_bank_statement_import_camt/camt.py +++ b/account_bank_statement_import_camt/camt.py @@ -143,7 +143,7 @@ class CamtParser(object): './ns:NtryDtls/ns:Btch/ns:PmtInfId', ], transaction, 'eref' - ) + ) transaction.data = etree.tostring(node) return transaction