mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix key iteration
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
fef043d3e2
commit
d9e012c4af
1 changed files with 1 additions and 1 deletions
|
|
@ -917,7 +917,7 @@ class GlobalAttrsWidget(QtWidgets.QWidget):
|
|||
if instance_id not in self._current_instances_by_id:
|
||||
continue
|
||||
|
||||
for key, attr_name in (
|
||||
for key in (
|
||||
"folderPath",
|
||||
"task",
|
||||
"variant",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue