improved support empty statements and oca camt parser

This commit is contained in:
Luc De Meyer
2019-03-08 15:40:45 +01:00
parent b1e858e0c9
commit b3ab41745f
9 changed files with 80 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2009-2018 Noviat.
# Copyright 2009-2019 Noviat.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
import logging
@@ -32,7 +32,7 @@ except RuntimeError as e:
else:
_logger.error(e.message)
fintech.register()
except:
except Exception:
msg = "fintech.register error"
tb = ''.join(format_exception(*exc_info()))
msg += '\n%s' % tb