Skip to content

Commit

Permalink
quodlibet#207: fix blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit authored and phw committed Oct 15, 2019
1 parent 404d55c commit 9d65f6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mutagen/wave.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ def _pre_load_header(self, fileobj):
fileobj.seek(waveFile['ID3 '].data_offset)
else:
raise ID3NoHeaderError("No ID3 chunk")

@convert_error(IOError, error)
@loadfile(writable=True)
def save(self, filething, v2_version=4, v23_sep='/', padding=None):
Expand Down

0 comments on commit 9d65f6f

Please sign in to comment.