From 03ef5c2a40ac41ed858263b7a3d898c10c126c78 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 27 May 2014 17:24:30 -0400 Subject: [PATCH] fix up another wrong config call --- 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 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()