fix key iteration

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Jakub Trllo 2024-10-09 10:12:43 +02:00 committed by GitHub
parent fef043d3e2
commit d9e012c4af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",