mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Apply suggestion from @iLLiCiTiT
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
df8459bbab
commit
34594f7ee4
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ class CollectResourcesPath(pyblish.api.InstancePlugin):
|
|||
task_type = task_entity["taskType"]
|
||||
|
||||
template_name = get_publish_template_name(
|
||||
project_name=template_data["project"]["name"],
|
||||
project_name=instance.context.data["projectName"],
|
||||
host_name=instance.context.data["hostName"],
|
||||
product_type=instance.data["productType"],
|
||||
task_name=task_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue