mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Pass correct arguments to function.
This commit is contained in:
parent
7b473217e8
commit
1dcdb31105
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue