fix except UserError

This commit is contained in:
Luc De Meyer
2026-03-01 23:26:35 +01:00
parent 6e9c7fa4be
commit ff7fe35aa2
+1 -1
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")