1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 03:24:20 +00:00

🐛 the same bug again

This commit is contained in:
Steffo 2021-04-19 04:23:52 +02:00
parent 838573d180
commit 31bbed59b0
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -244,7 +244,7 @@ class ConversationListImplementation(PDAImplementation, metaclass=abc.ABCMeta):
msg = [
f"Unhandled {etype.__qualname__} in {conv!r} running in {dispenser!r}: {exception!r}",
traceback.format_tb(etb),
*traceback.format_tb(etb),
]
self.log.error("\n".join(msg))