mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix ruff issue
This commit is contained in:
parent
f7c072ce2a
commit
74bdd09a16
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue