Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Roy Nieterau <[email protected]>
  • Loading branch information
robin-ynput and BigRoy authored Oct 21, 2024
1 parent 6410c66 commit 906d841
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 @@ -170,6 +170,7 @@ def get_instance_attr_defs(self):
instance_attributes = CLIP_ATTR_DEFS
return instance_attributes


class _HieroInstanceClipCreatorBase(_HieroInstanceCreator):
""" Base clip product creator.
"""
Expand Down Expand Up @@ -450,7 +451,6 @@ def create(self, subset_name, instance_data, pre_create_data):
if len(self.selected) < 1:
return

self.log.info(self.selected)
self.log.debug(f"Selected: {self.selected}")

audio_clips = []
Expand Down

0 comments on commit 906d841

Please sign in to comment.