mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-22 12:12:03 +00:00
fix except UserError
This commit is contained in:
parent
9446a13f3d
commit
a6cb75023f
@ -198,7 +198,7 @@ class EbicsXfer(models.TransientModel):
|
|||||||
self.note += '\n'
|
self.note += '\n'
|
||||||
self.note += _("Warning:")
|
self.note += _("Warning:")
|
||||||
self.note += '\n'
|
self.note += '\n'
|
||||||
self.note += e.message
|
self.note += e.name
|
||||||
except Exception:
|
except Exception:
|
||||||
self.note += '\n'
|
self.note += '\n'
|
||||||
self.note += _("Unknown Error")
|
self.note += _("Unknown Error")
|
||||||
|
Loading…
Reference in New Issue
Block a user