mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
Fix get_profile_filter_criteria anatomy data key for app name
This commit is contained in:
parent
3369c15bdf
commit
42175ff6f8
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
return {
|
||||
"families": anatomy_data["family"],
|
||||
"tasks": task.get("name"),
|
||||
"hosts": anatomy_data["host"],
|
||||
"hosts": anatomy_data["app"],
|
||||
"task_types": task.get("type")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue