* morituri/rip/main.py:
Handle EmptyError.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2012-07-12 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* morituri/rip/main.py:
|
||||
Handle EmptyError.
|
||||
|
||||
2012-07-12 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* morituri/rip/debug.py:
|
||||
|
||||
@@ -37,6 +37,8 @@ cdrdao says:
|
||||
return 255
|
||||
|
||||
if isinstance(e.exception, common.EmptyError):
|
||||
log.debug('main',
|
||||
"EmptyError: %r", log.getExceptionMessage(e.exception))
|
||||
sys.stderr.write(
|
||||
'rip: error: Could not create encoded file.\n')
|
||||
return 255
|
||||
|
||||
Reference in New Issue
Block a user