mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
fix used variable name
This commit is contained in:
parent
c6093f7294
commit
94a32c0a06
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue