From 274309a8eace4ce9971c2464a48e7555fb71e1fb Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 30 Nov 2013 11:49:29 -0500 Subject: [PATCH] Fix rip image verify. Fixes github #56. --- morituri/rip/image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()