mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Illicit suggestion
This commit is contained in:
parent
2b31607733
commit
d0a09bcad4
2 changed files with 2 additions and 2 deletions
|
|
@ -2332,7 +2332,7 @@ class PublisherController(BasePublisherController):
|
|||
exception = result.get("error")
|
||||
if exception:
|
||||
self._emit_event(
|
||||
"action.failed",
|
||||
"publish.action.failed",
|
||||
{
|
||||
"title": "Action failed",
|
||||
"message": "Action failed.",
|
||||
|
|
|
|||
|
|
@ -322,7 +322,7 @@ class PublisherWindow(QtWidgets.QWidget):
|
|||
"convertors.find.failed", self._on_convertor_error
|
||||
)
|
||||
controller.event_system.add_callback(
|
||||
"action.failed", self._on_action_error
|
||||
"publish.action.failed", self._on_action_error
|
||||
)
|
||||
controller.event_system.add_callback(
|
||||
"export_report.request", self._export_report
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue