Skip to content

Commit

Permalink
Refactor code for creating shot clip instance.
Browse files Browse the repository at this point in the history
- Removed unnecessary curly braces in dictionary.
  • Loading branch information
jakubjezek001 committed Nov 12, 2024
1 parent aa5bea3 commit 447c2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_hiero/plugins/create/create_shot_clip.py
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ def _collect_legacy_instance(self, track_item):
"parentInstance": parenting_data["label"],
}
}
})
)

instance = creator.create(sub_instance_data, None)
instance.transient_data["track_item"] = track_item
Expand Down

0 comments on commit 447c2b8

Please sign in to comment.