From 1e3d389bf378b298ae034b6c18975a8e0b162541 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Mon, 1 Mar 2021 19:06:00 +0100 Subject: [PATCH] changed `user_input` to `variant` --- pype/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/plugin.py b/pype/plugin.py index 2ae25dabed..1330427090 100644 --- a/pype/plugin.py +++ b/pype/plugin.py @@ -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 ""