Fix line length.

This commit is contained in:
Jose Caraballo 2024-02-26 17:51:48 +01:00 committed by Toke Stuart Jepsen
parent 5d31cdfa36
commit 24f0511859

View file

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