Skip to content

Commit

Permalink
Fix error left in for testing
Browse files Browse the repository at this point in the history
From aff89f3
  • Loading branch information
declension committed Oct 29, 2022
1 parent aff89f3 commit 0027b44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quodlibet/util/songwrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ def generate():
for i, song in enumerate(need_write):
try:
song._song.write()
raise AudioFileError()
except AudioFileError as e:
dialog = qltk.ErrorMessage(
None,
Expand Down

0 comments on commit 0027b44

Please sign in to comment.