Actually increase counter in loop
Stupid me
This commit is contained in:
parent
e17d4054d5
commit
12fdb5045c
@ -47,6 +47,7 @@ def move(songs: Sequence[Song], base_dir: Path) -> Sequence[MoveInstruction]:
|
||||
variant = 1
|
||||
while canonical_song_dir in song_dirs:
|
||||
canonical_song_dir = _get_canonical_song_dir(song, variant)
|
||||
variant += 1
|
||||
|
||||
song_dirs.add(canonical_song_dir)
|
||||
move_instructions.append(
|
||||
|
Loading…
x
Reference in New Issue
Block a user