diff --git a/client/ayon_core/tools/launcher/ui/actions_widget.py b/client/ayon_core/tools/launcher/ui/actions_widget.py index 3760d8b470..70d49d36c0 100644 --- a/client/ayon_core/tools/launcher/ui/actions_widget.py +++ b/client/ayon_core/tools/launcher/ui/actions_widget.py @@ -842,7 +842,7 @@ class ActionsWidget(QtWidgets.QWidget): if not index or not index.isValid(): return - is_group = index.data(ACTION_IS_GROUP_ROLE) + _is_group = index.data(ACTION_IS_GROUP_ROLE) # TODO define and store what is default action for a group action_id = index.data(ACTION_ID_ROLE) self._trigger_action(action_id, index)