* morituri/rip/offset.py:

Don't let an exception on testing an offset slip pass.
	  Fixes #99.
This commit is contained in:
Thomas Vander Stichele
2012-11-17 19:38:33 +00:00
parent 108dc72f5f
commit 4aa0fb0438
2 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2012-11-17 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/rip/offset.py:
Don't let an exception on testing an offset slip pass.
Fixes #99.
2012-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
* morituri/program/cdparanoia.py:

View File

@@ -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)