From efe078f2317009caed83a08f95791222e500eaa2 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 6 Dec 2012 16:34:08 +0000 Subject: [PATCH] rename variable --- morituri/rip/cd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/morituri/rip/cd.py b/morituri/rip/cd.py index e8e6543..ac52f18 100644 --- a/morituri/rip/cd.py +++ b/morituri/rip/cd.py @@ -97,7 +97,7 @@ Log files will log the path to tracks relative to this directory. help="template for disc file naming (default %default)", default=DEFAULT_DISC_TEMPLATE) self.parser.add_option('-R', '--release-id', - action="store", dest="release", + action="store", dest="release_id", help="MusicBrainz release id to match to (if there are multiple)") default = 'flac' @@ -178,7 +178,7 @@ Log files will log the path to tracks relative to this directory. ittoc.getMusicBrainzSubmitURL()) prog.metadata = prog.getMusicBrainz(ittoc, mbdiscid, - self.options.release) + self.options.release_id) if not prog.metadata: # fall back to FreeDB for lookup