diff --git a/ChangeLog b/ChangeLog index f3b329c..80f9737 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-04-13 Thomas Vander Stichele + + * morituri/common/encode.py: + pychecker fix. + 2010-04-13 Thomas Vander Stichele * morituri/common/encode.py: 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