mirror of
https://github.com/brain-tec/account_ebics.git
synced 2024-11-23 04:32:03 +00:00
fix except UserError
This commit is contained in:
parent
ee6c1c24dc
commit
1106a2e28f
@ -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