mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
changed user_input to variant
This commit is contained in:
parent
afad37dcb5
commit
1e3d389bf3
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class PypeCreatorMixin:
|
|||
|
||||
@classmethod
|
||||
def get_subset_name(
|
||||
cls, user_text, task_name, asset_id, project_name, host_name=None
|
||||
cls, variant, task_name, asset_id, project_name, host_name=None
|
||||
):
|
||||
if not cls.family:
|
||||
return ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue