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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user