Update filenames.

Note that the (internal) file names of
"whipper/test/cache/result/fe105a11.pickle" did not get updated, since
that breaks the tests for some reason.
This commit is contained in:
Frederik “Freso” S. Olesen
2017-04-26 17:09:30 +02:00
parent 494a86d607
commit c719d9c077
21 changed files with 33 additions and 33 deletions

View File

@@ -198,7 +198,7 @@ CD in the AccurateRip database."""
logger.debug('Ripping track %r with offset %d ...', track, offset)
fd, path = tempfile.mkstemp(
suffix=u'.track%02d.offset%d.morituri.wav' % (
suffix=u'.track%02d.offset%d.whipper.wav' % (
track, offset))
os.close(fd)