[SCM] morituri/master: rename variable
js at users.alioth.debian.org
js at users.alioth.debian.org
Sun Oct 19 20:09:49 UTC 2014
The following commit has been merged in the master branch:
commit efe078f2317009caed83a08f95791222e500eaa2
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date: Thu Dec 6 16:34:08 2012 +0000
rename variable
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
--
morituri packaging
More information about the pkg-multimedia-commits
mailing list