diff --git a/morituri/rip/cd.py b/morituri/rip/cd.py index 367f79e..3939a60 100644 --- a/morituri/rip/cd.py +++ b/morituri/rip/cd.py @@ -421,6 +421,9 @@ Log files will log the path to tracks relative to this directory. if tries == MAX_TRIES: self.error('Giving up on track %d after %d times' % ( number, tries)) + raise RuntimeError( + "track can't be ripped. " + "Rip attempts number is equal to 'MAX_TRIES'") if trackResult.testcrc == trackResult.copycrc: self.stdout.write('Checksums match for track %d\n' % number)