mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Update client/ayon_core/tools/publisher/widgets/card_view_widgets.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
66ecc40a80
commit
b6296423f5
1 changed files with 1 additions and 1 deletions
|
|
@ -509,7 +509,7 @@ class InstanceCardWidget(CardWidget):
|
|||
variant = self.instance.variant
|
||||
product_name = self.instance.product_name
|
||||
label = self.instance.label
|
||||
folder_name = self.instance.get_folder_path().split("/")[-1]
|
||||
folder_path = self.instance.get_folder_path()
|
||||
task_name = self.instance.get_task_name()
|
||||
|
||||
if (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue