* morituri/common/encode.py:
pychecker fix.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user