Pass correct arguments to function.

This commit is contained in:
Jose Caraballo 2024-02-26 17:39:55 +01:00
parent 7b473217e8
commit 1dcdb31105

View file

@ -2337,7 +2337,7 @@ class PublisherController(BasePublisherController):
"title": "Action failed",
"message": "Action failed.",
"traceback": "".join(
traceback.format_exception(exception)
traceback.format_exception(type(exception), exception, exception.__traceback__)
),
"label": action.__name__,
"identifier": action.id