mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge pull request #301 from pypeclub/bugfix/pyblish_action_error_fix
Bugfix/pyblish action error fix
This commit is contained in:
commit
60338dce70
1 changed files with 1 additions and 1 deletions
|
|
@ -984,7 +984,7 @@ class Window(QtWidgets.QDialog):
|
|||
self._suspend_logs
|
||||
)
|
||||
|
||||
if "error" in result:
|
||||
if result.get("error"):
|
||||
action_state |= PluginActionStates.HasFailed
|
||||
|
||||
plugin_item.setData(action_state, Roles.PluginActionProgressRole)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue