mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
changed keys in creator plugin for filtering and filling
This commit is contained in:
parent
42830fcecc
commit
ad3458c232
1 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ class PypeCreatorMixin:
|
|||
tools_settings = get_project_settings(project_name)["global"]["tools"]
|
||||
profiles = tools_settings["creator"]["subset_name_profiles"]
|
||||
filtering_criteria = {
|
||||
"family": family,
|
||||
"families": family,
|
||||
"hosts": host_name,
|
||||
"tasks": task_name
|
||||
}
|
||||
|
|
@ -57,7 +57,7 @@ class PypeCreatorMixin:
|
|||
"user_input": user_text,
|
||||
"userInput": user_text,
|
||||
"family": family,
|
||||
"task_name": task_name
|
||||
"task": task_name
|
||||
}
|
||||
return template.format(**fill_data)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue