🐛 use the right key

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Ondřej Samohel 2022-08-19 13:07:52 +02:00 committed by GitHub
parent 496728e9ab
commit 8cd15708b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,6 +93,6 @@ class IntegrateSubsetGroup(pyblish.api.InstancePlugin):
return {
"families": anatomy_data["family"],
"tasks": task.get("name"),
"hosts": anatomy_data.get("app"),
"hosts": instance.context.data["hostName"],
"task_types": task.get("type")
}