* morituri/image/table.py:
* morituri/program/cdparanoia.py: Do some 80 character cleanups.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2010-04-09 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* morituri/image/table.py:
|
||||||
|
* morituri/program/cdparanoia.py:
|
||||||
|
Do some 80 character cleanups.
|
||||||
|
|
||||||
2010-04-08 Thomas Vander Stichele <thomas at apestaart dot org>
|
2010-04-08 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* morituri/rip/image.py:
|
* morituri/rip/image.py:
|
||||||
|
|||||||
@@ -80,7 +80,8 @@ class Track:
|
|||||||
self.indexes = {}
|
self.indexes = {}
|
||||||
self.cdtext = {}
|
self.cdtext = {}
|
||||||
|
|
||||||
def index(self, number, absolute=None, path=None, relative=None, counter=None):
|
def index(self, number, absolute=None, path=None, relative=None,
|
||||||
|
counter=None):
|
||||||
"""
|
"""
|
||||||
@type path: unicode or None
|
@type path: unicode or None
|
||||||
"""
|
"""
|
||||||
@@ -127,7 +128,8 @@ class Index:
|
|||||||
relative = None
|
relative = None
|
||||||
counter = None
|
counter = None
|
||||||
|
|
||||||
def __init__(self, number, absolute=None, path=None, relative=None, counter=None):
|
def __init__(self, number, absolute=None, path=None, relative=None,
|
||||||
|
counter=None):
|
||||||
|
|
||||||
if path is not None:
|
if path is not None:
|
||||||
assert type(path) is unicode, "%r is not unicode" % path
|
assert type(path) is unicode, "%r is not unicode" % path
|
||||||
|
|||||||
@@ -115,7 +115,8 @@ class ProgressParser(object):
|
|||||||
if frameOffset > self.read:
|
if frameOffset > self.read:
|
||||||
delta = frameOffset - self.read
|
delta = frameOffset - self.read
|
||||||
if self._nframes and delta != self._nframes:
|
if self._nframes and delta != self._nframes:
|
||||||
# print 'THOMAS: Read %d frames more, not %d' % (delta, self._nframes)
|
# print 'THOMAS: Read %d frames more, not %d' % (
|
||||||
|
# delta, self._nframes)
|
||||||
# my drive either reads 7 or 13 frames
|
# my drive either reads 7 or 13 frames
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@@ -340,7 +341,8 @@ class ReadVerifyTrackTask(task.MultiSeparateTask):
|
|||||||
_tmpwavpath = None
|
_tmpwavpath = None
|
||||||
_tmppath = None
|
_tmppath = None
|
||||||
|
|
||||||
def __init__(self, path, table, start, stop, offset=0, device=None, profile=None, taglist=None):
|
def __init__(self, path, table, start, stop, offset=0, device=None,
|
||||||
|
profile=None, taglist=None):
|
||||||
"""
|
"""
|
||||||
@param path: where to store the ripped track
|
@param path: where to store the ripped track
|
||||||
@type path: str
|
@type path: str
|
||||||
|
|||||||
Reference in New Issue
Block a user