mirror of
https://github.com/brain-tec/account_ebics.git
synced 2025-08-14 06:35:36 +00:00
[FIX] pre-commit errors after copier update
This commit is contained in:
@@ -41,6 +41,6 @@ except RuntimeError as e:
|
||||
except Exception:
|
||||
msg = "fintech.register error"
|
||||
tb = "".join(format_exception(*exc_info()))
|
||||
msg += "\n%s" % tb
|
||||
msg += f"\n{tb}"
|
||||
_logger.error(msg)
|
||||
fintech.register()
|
||||
|
Reference in New Issue
Block a user