[FIX] pre-commit errors after copier update

This commit is contained in:
Jérémy Didderen
2025-08-08 11:55:57 +02:00
committed by Luc De Meyer
parent 59e3c289b5
commit 284fd18db7
7 changed files with 13 additions and 16 deletions

View File

@@ -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()