From df24d63daf51cd11e82c0873b54a74ffbda34410 Mon Sep 17 00:00:00 2001 From: Magnus Bjerke Vik Date: Sun, 28 Sep 2014 15:48:36 +0200 Subject: [PATCH] Inform user when rip offset is not saved when running 'rip offset find' --- morituri/rip/offset.py | 1 + 1 file changed, 1 insertion(+) diff --git a/morituri/rip/offset.py b/morituri/rip/offset.py index 965c9f0e..39ca577f 100644 --- a/morituri/rip/offset.py +++ b/morituri/rip/offset.py @@ -239,6 +239,7 @@ def _foundOffset(self, device, offset): info = drive.getDeviceInfo(device) if not info: + self.stdout.write('Offset not saved: Could not get device info (requires pycdio).\n') return self.stdout.write('Adding read offset to configuration file.\n')