From d9e012c4af33fce61c41a0e67fb3d4439893887a Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:12:43 +0200 Subject: [PATCH] fix key iteration Co-authored-by: Roy Nieterau --- client/ayon_core/tools/publisher/widgets/product_context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_core/tools/publisher/widgets/product_context.py b/client/ayon_core/tools/publisher/widgets/product_context.py index f11dc90a5d..c2f1f24d2f 100644 --- a/client/ayon_core/tools/publisher/widgets/product_context.py +++ b/client/ayon_core/tools/publisher/widgets/product_context.py @@ -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",