mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Fix line length.
This commit is contained in:
parent
5d31cdfa36
commit
24f0511859
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue