Fix calls to cdrdao.ReadTOCTask()
Signed-off-by: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
This commit is contained in:
@@ -97,7 +97,7 @@ class Program:
|
|||||||
logger.warning('cdrdao older than 1.2.3 has a pre-gap length bug.'
|
logger.warning('cdrdao older than 1.2.3 has a pre-gap length bug.'
|
||||||
' See http://sourceforge.net/tracker/?func=detail&aid=604751&group_id=2171&atid=102171') # noqa: E501
|
' See http://sourceforge.net/tracker/?func=detail&aid=604751&group_id=2171&atid=102171') # noqa: E501
|
||||||
|
|
||||||
t = cdrdao.ReadTOC_Task(device)
|
t = cdrdao.ReadTOCTask(device)
|
||||||
runner.run(t)
|
runner.run(t)
|
||||||
toc = t.toc.table
|
toc = t.toc.table
|
||||||
|
|
||||||
@@ -114,7 +114,7 @@ class Program:
|
|||||||
itable = None
|
itable = None
|
||||||
tdict = {}
|
tdict = {}
|
||||||
|
|
||||||
t = cdrdao.ReadTOC_Task(device)
|
t = cdrdao.ReadTOCTask(device)
|
||||||
t.description = "Reading table"
|
t.description = "Reading table"
|
||||||
t.toc_path = toc_path
|
t.toc_path = toc_path
|
||||||
runner.run(t)
|
runner.run(t)
|
||||||
|
|||||||
Reference in New Issue
Block a user