* morituri/program/cdparanoia.py:

* morituri/rip/offset.py:
	  Another unicode fix.
This commit is contained in:
Thomas Vander Stichele
2009-09-12 17:23:39 +00:00
parent b455f13080
commit ce7b5762f7
3 changed files with 10 additions and 2 deletions

View File

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