[SCM] morituri/master: fix bug caught by pychecker

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:09:01 UTC 2014


The following commit has been merged in the master branch:
commit 42902fa2c59374d8f2a2526965430552772e4296
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Fri May 22 20:08:54 2009 +0000

    fix bug caught by pychecker

diff --git a/morituri/image/table.py b/morituri/image/table.py
index aa90d39..0d20c90 100644
--- a/morituri/image/table.py
+++ b/morituri/image/table.py
@@ -346,7 +346,7 @@ class Table(object, log.Loggable):
 
         for key in CDTEXT_FIELDS:
                 if key not in main and self.cdtext.has_key(key):
-                    lines.append("    %s %s" % (key, track.cdtext[key]))
+                    lines.append("    %s %s" % (key, self.cdtext[key]))
 
         assert self.hasTOC(), "Table does not represent a full CD TOC"
         lines.append('REM DISCID %s' % self.getCDDBDiscId().upper())

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list