diff --git a/whipper/command/offset.py b/whipper/command/offset.py index d347be7..201cd1a 100644 --- a/whipper/command/offset.py +++ b/whipper/command/offset.py @@ -95,6 +95,7 @@ CD in the AccurateRip database.""" except accurip.EntryNotFound: logger.warning("AccurateRip entry not found: drive offset " "can't be determined, try again with another disc") + return if responses: logger.debug('%d AccurateRip responses found.' % len(responses))