Fix rip image verify.

Fixes github #56.
This commit is contained in:
Thomas Vander Stichele
2013-11-30 11:49:29 -05:00
parent a74fd71fc3
commit 274309a8ea

View File

@@ -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()