[SCM] morituri/master: * morituri/common/encode.py: pychecker fix.

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


The following commit has been merged in the master branch:
commit 310a3789c02edf2bfd4322d17a3c638c13537b84
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Tue Apr 13 14:12:17 2010 +0000

    	* morituri/common/encode.py:
    	  pychecker fix.

diff --git a/ChangeLog b/ChangeLog
index f3b329c..80f9737 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 2010-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
 
 	* morituri/common/encode.py:
+	  pychecker fix.
+
+2010-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+	* morituri/common/encode.py:
 	  Add a task to read tags.
 	* morituri/test/test_common_encode.py:
 	  Add a test.
diff --git a/morituri/common/encode.py b/morituri/common/encode.py
index a55419f..f054a32 100644
--- a/morituri/common/encode.py
+++ b/morituri/common/encode.py
@@ -290,7 +290,7 @@ class TagReadTask(task.Task):
     def __init__(self, path):
         """
         """
-        assert type(path) is unicode, "inpath %r is not unicode" % inpath
+        assert type(path) is unicode, "path %r is not unicode" % path
         
         self._path = path
 

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list