From 08aee24a484986a4e8d3943ff762fa926d3cbc55 Mon Sep 17 00:00:00 2001
From: Juan M <166030421+jm22dogs@users.noreply.github.com>
Date: Fri, 4 Apr 2025 14:47:51 +0100
Subject: [PATCH] Update
client/ayon_core/tools/publisher/widgets/card_view_widgets.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
---
.../ayon_core/tools/publisher/widgets/card_view_widgets.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/client/ayon_core/tools/publisher/widgets/card_view_widgets.py b/client/ayon_core/tools/publisher/widgets/card_view_widgets.py
index cbafa6fe81..958542d264 100644
--- a/client/ayon_core/tools/publisher/widgets/card_view_widgets.py
+++ b/client/ayon_core/tools/publisher/widgets/card_view_widgets.py
@@ -529,9 +529,9 @@ class InstanceCardWidget(CardWidget):
for part in found_parts:
replacement = "{}".format(part)
label = label.replace(part, replacement)
- sublabel = self._get_card_widget_sub_label(folder_path, task_name)
- if sublabel:
- label += f"
{sublabel}"
+ sublabel = self._get_card_widget_sub_label(folder_path, task_name)
+ if sublabel:
+ label += f"
{sublabel}"
self._label_widget.setText(label)
# HTML text will cause that label start catch mouse clicks