mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
use kwargs in default implementation
This commit is contained in:
parent
fc7ca39f39
commit
f7e9f6e7c9
1 changed files with 7 additions and 5 deletions
|
|
@ -566,14 +566,16 @@ class BaseCreator(ABC):
|
|||
|
||||
return get_product_name(
|
||||
project_name,
|
||||
task_name,
|
||||
task_type,
|
||||
host_name,
|
||||
self.product_type,
|
||||
variant,
|
||||
folder_entity=folder_entity,
|
||||
task_entity=task_entity,
|
||||
host_name=host_name,
|
||||
product_type=self.product_type,
|
||||
variant=variant,
|
||||
dynamic_data=dynamic_data,
|
||||
project_settings=self.project_settings,
|
||||
project_entity=project_entity,
|
||||
task_name=task_name,
|
||||
task_type=task_type,
|
||||
)
|
||||
|
||||
def get_instance_attr_defs(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue