Skip to content

Commit

Permalink
Make getFastToc() fast again.
Browse files Browse the repository at this point in the history
Broken since whipper-team#345 was merged.

Signed-off-by: Andreas Oberritter <obi@saftware.de>
  • Loading branch information
mtdcr committed Sep 21, 2019
1 parent 3b6ac21 commit 4a45db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whipper/common/program.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def getFastToc(self, runner, device):
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

t = cdrdao.ReadTOCTask(device)
t = cdrdao.ReadTOCTask(device, fast_toc=True)
runner.run(t)
toc = t.toc.table

Expand Down

0 comments on commit 4a45db8

Please sign in to comment.