[SCM] morituri/master: Fix rip image verify.

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


The following commit has been merged in the master branch:
commit 274309a8eace4ce9971c2464a48e7555fb71e1fb
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Sat Nov 30 11:49:29 2013 -0500

    Fix rip image verify.
    
    Fixes github #56.

diff --git a/morituri/rip/image.py b/morituri/rip/image.py
index a770f06..2fd668d 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