Skip to content

Commit

Permalink
Merge pull request #406 from vmx/fix-offset-find
Browse files Browse the repository at this point in the history
Fix offset find command
  • Loading branch information
JoeLametta authored Jul 5, 2019
2 parents 4eeb0cd + 9cf890a commit b5f0af2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion whipper/command/offset.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ def do(self):

# first get the Table Of Contents of the CD
t = cdrdao.ReadTOCTask(device)
table = t.table
runner.run(t)
table = t.toc.table

logger.debug("CDDB disc id: %r", table.getCDDBDiscId())
try:
Expand Down

0 comments on commit b5f0af2

Please sign in to comment.