fix except UserError

This commit is contained in:
Luc De Meyer 2019-06-03 21:15:27 +02:00
parent 9446a13f3d
commit a6cb75023f

View File

@ -198,7 +198,7 @@ class EbicsXfer(models.TransientModel):
self.note += '\n'
self.note += _("Warning:")
self.note += '\n'
self.note += e.message
self.note += e.name
except Exception:
self.note += '\n'
self.note += _("Unknown Error")