From 310a3789c02edf2bfd4322d17a3c638c13537b84 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 13 Apr 2010 14:12:17 +0000 Subject: [PATCH] * morituri/common/encode.py: pychecker fix. --- ChangeLog | 5 +++++ morituri/common/encode.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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