From b455f130807eb3c95072fdf22ba50e0f7c5ef270 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 12 Sep 2009 09:10:56 +0000 Subject: [PATCH] another unicode fix --- TODO | 1 + morituri/common/program.py | 1 + 2 files changed, 2 insertions(+) diff --git a/TODO b/TODO index 544157d..b7d9ece 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,5 @@ TODO: +- at least mention the data track somewhere in the log - check pregaps more than once, to see if results are consistent, or with different methods - handle errors on cdrdao spawning (for example, not having cdrecorder, diff --git a/morituri/common/program.py b/morituri/common/program.py index 638c506..1d6bd6d 100644 --- a/morituri/common/program.py +++ b/morituri/common/program.py @@ -130,6 +130,7 @@ class Program(log.Loggable): @type metadata: L{DiscMetadata} @ivar result: the rip's result @type result: L{result.RipResult} + @type outdir: unicode """ cuePath = None