* morituri/rip/offset.py:
Don't let an exception on testing an offset slip pass. Fixes #99.
This commit is contained in:
@@ -154,6 +154,11 @@ CD in the AccurateRip database."""
|
||||
self.stdout.write(
|
||||
'WARNING: cannot rip with offset %d...\n' % offset)
|
||||
continue
|
||||
self.warning("Unknown exception for offset %d: %r" % (
|
||||
offset, e))
|
||||
self.stdout.write(
|
||||
'WARNING: cannot rip with offset %d...\n' % offset)
|
||||
continue
|
||||
|
||||
self.debug('AR checksum calculated: %s' % archecksum)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user