mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
keep old_index as unused argument
This commit is contained in:
parent
55b3468c26
commit
6c67bf3381
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ class CreateDialog(QtWidgets.QDialog):
|
|||
if self.isVisible():
|
||||
self.refresh()
|
||||
|
||||
def _on_family_change(self, new_index, old_index):
|
||||
def _on_family_change(self, new_index, _old_index):
|
||||
family = None
|
||||
if new_index.isValid():
|
||||
family = new_index.data(QtCore.Qt.DisplayRole)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue