mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
identifier > name
This commit is contained in:
parent
d0a09bcad4
commit
149f53daff
2 changed files with 2 additions and 2 deletions
|
|
@ -2340,7 +2340,7 @@ class PublisherController(BasePublisherController):
|
|||
traceback.format_exception(exception)
|
||||
),
|
||||
"label": "",
|
||||
"identifier": action.__name__
|
||||
"name": action.__name__
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -1022,7 +1022,7 @@ class PublisherWindow(QtWidgets.QWidget):
|
|||
"message": event["message"],
|
||||
"traceback": event["traceback"],
|
||||
"label": event["label"],
|
||||
"identifier": event["identifier"]
|
||||
"identifier": event["name"]
|
||||
}],
|
||||
"Action:"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue