From 94a32c0a061f5aef2e851f2eea422c63fa1ca9b2 Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Wed, 12 Feb 2025 14:47:58 +0100 Subject: [PATCH] fix used variable name --- client/ayon_core/tools/common_models/hierarchy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_core/tools/common_models/hierarchy.py b/client/ayon_core/tools/common_models/hierarchy.py index 323a433a4f..edff8471b0 100644 --- a/client/ayon_core/tools/common_models/hierarchy.py +++ b/client/ayon_core/tools/common_models/hierarchy.py @@ -130,7 +130,7 @@ class TaskItem: if self._full_label is None: label = self.label or self.name self._full_label = f"{label} ({self.task_type})" - return self._label + return self._full_label def to_data(self): """Converts task item to data.