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

Commit

Permalink
Fix - added missing task
Browse files Browse the repository at this point in the history
Task used in validations later.
  • Loading branch information
kalisp committed May 11, 2022
1 parent 368b1b3 commit dbbc633
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 dbbc633

Please sign in to comment.