[SCM] morituri/master: fix up another wrong config call

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


The following commit has been merged in the master branch:
commit 03ef5c2a40ac41ed858263b7a3d898c10c126c78
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Tue May 27 17:24:30 2014 -0400

    fix up another wrong config call

diff --git a/morituri/rip/image.py b/morituri/rip/image.py
index 2fd668d..be15772 100644
--- a/morituri/rip/image.py
+++ b/morituri/rip/image.py
@@ -161,7 +161,7 @@ Verifies the image from the given .cue files against the AccurateRip database.
 '''
 
     def do(self, args):
-        prog = program.Program(self.getRootCommand().config())
+        prog = program.Program(self.getRootCommand().config)
         runner = task.SyncRunner()
         cache = accurip.AccuCache()
 

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list