Fix IndexError Out of Bounds #39
Ghost
commented 2024-12-25 18:12:37 +01:00
(Migrated from codeberg.org)
```
Traceback (most recent call last):
File "/Users/johnsturgeon/Code/plex-tools/deduplex.py", line 336, in <module>
main()
File "/Users/johnsturgeon/Code/plex-tools/deduplex.py", line 103, in main
choose_duplicates_to_delete(songs_with_duplicates)
File "/Users/johnsturgeon/Code/plex-tools/deduplex.py", line 170, in choose_duplicates_to_delete
track_set = duplicate_sets[track_set_index-1]
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
IndexError: list index out of range
```
Labels
No labels
architecture
bug
documentation
duplicate
enhancement
feature
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
johnsturgeon/autoplex#39
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?