X-Git-Url: https://diplodocus.org/git/flac-archive/blobdiff_plain/c7f3078d9716ad1ed0d727ff425bc1279bcd5676..dc56eee9c5ea64152683f20cab5be14b8a13c8a5:/flac2mp3 diff --git a/flac2mp3 b/flac2mp3 index e3dbc72..24e4a48 100755 --- a/flac2mp3 +++ b/flac2mp3 @@ -110,7 +110,7 @@ def flac2mp3(fn, title, artist, album_artist, album, discnum, date, if check_missing: return quoted_outfile.replace(r"'\''", "'") - pic_options = None + pic_options = '' if pics: (fd, picfn) = tempfile.mkstemp() f = os.fdopen(fd, 'wb')