Skip to content

Commit

Permalink
Merge branch 'feature/AY-5403_Provide-dialog-to-choose-from-multiple-…
Browse files Browse the repository at this point in the history
…template-files-per-task-in-Wrap' of https://github.com/ynput/ayon-wrap into feature/AY-5403_Provide-dialog-to-choose-from-multiple-template-files-per-task-in-Wrap
  • Loading branch information
kalisp committed Jul 17, 2024
2 parents 3eb7b47 + 5a7f6d8 commit ce50f53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/ayon_wrap/workfiles/widgets/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@ def _fill_templates(self):
existing_items = {}
for idx in range(templates_widget.count()):
item = templates_widget.item(idx)
if not item:
break
existing_items[item.text()] = item

for template_name in template_names:
Expand Down

0 comments on commit ce50f53

Please sign in to comment.