From 5b670ab4fa55c92aa90e1eae8d84d7ad5d9b415b Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 3 Dec 2012 08:10:18 +0000 Subject: [PATCH] add profile info to rip --- morituri/rip/cd.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/morituri/rip/cd.py b/morituri/rip/cd.py index 1e144ed..8cee7f9 100644 --- a/morituri/rip/cd.py +++ b/morituri/rip/cd.py @@ -421,6 +421,8 @@ Log files will log the path to tracks relative to this directory. self.stdout.write("\n".join(prog.getAccurateRipResults()) + "\n") + prog.saveRipResult() + # write log file try: klazz = result.getLoggers()[self.options.logger]