[SCM] morituri/master: Fix rip offset find. Fixes #33.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:10:07 UTC 2014


The following commit has been merged in the master branch:
commit 5f7071e0b0e2bb8f44de8096e0363aaff5a719bb
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Thu Jul 25 19:34:39 2013 +0200

    Fix rip offset find.  Fixes #33.

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

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list