Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3163 from pypeclub/bugfix/harmony_farm_missing_task
Browse files Browse the repository at this point in the history
Harmony: fixed missing task name in render instance
  • Loading branch information
kalisp authored May 11, 2022
2 parents e92b530 + dbbc633 commit 4bb5e87
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def get_instances(self, context):
label=node.split("/")[1],
subset=subset_name,
asset=legacy_io.Session["AVALON_ASSET"],
task=task_name,
attachTo=False,
setMembers=[node],
publish=info[4],
Expand Down

0 comments on commit 4bb5e87

Please sign in to comment.