* morituri/common/encode.py:

pychecker fix.
This commit is contained in:
Thomas Vander Stichele
2010-04-13 14:12:17 +00:00
parent a787676239
commit 310a3789c0
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
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:

View File

@@ -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