mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
indent context a little
This commit is contained in:
parent
feba551e99
commit
9dbd46d866
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ class InstanceCardWidget(CardWidget):
|
|||
sublabel = ""
|
||||
if folder_path:
|
||||
folder_name = folder_path.rsplit("/", 1)[-1]
|
||||
sublabel = f"<b>{folder_name}</b>"
|
||||
sublabel = f" <b>{folder_name}</b>"
|
||||
if task_name:
|
||||
sublabel += f" <i>{task_name}</i>"
|
||||
if not sublabel:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue