* morituri/rip/main.py:

* morituri/common/musicbrainzngs.py:
	* morituri/common/program.py:
	* morituri/rip/cd.py:
	  Add -R option to rip to record API results for debugging.
This commit is contained in:
Thomas Vander Stichele
2011-10-28 17:49:36 +00:00
parent 919076e720
commit c2838ad05c
5 changed files with 37 additions and 6 deletions

View File

@@ -110,7 +110,7 @@ filling in the variables and expanding the file extension. Variables are:
"should be the same.")
def do(self, args):
prog = program.Program()
prog = program.Program(record=self.getRootCommand().record)
runner = task.SyncRunner()
def function(r, t):