From 5f7071e0b0e2bb8f44de8096e0363aaff5a719bb Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 25 Jul 2013 19:34:39 +0200 Subject: [PATCH] Fix rip offset find. Fixes #33. --- morituri/rip/offset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morituri/rip/offset.py b/morituri/rip/offset.py index 26c14b2..ec88803 100644 --- a/morituri/rip/offset.py +++ b/morituri/rip/offset.py @@ -87,7 +87,7 @@ CD in the AccurateRip database.""" # this can be a symlink to another device def do(self, args): - prog = program.Program() + prog = program.Program(self.getRootCommand().config) runner = task.SyncRunner() device = self.options.device