From 7bc34a85329751e2958e16b9b30f36fa1dc1b31c Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sat, 26 Nov 2005 22:03:08 +0000 Subject: [PATCH] revert sth really minor --- scripts/migrate_logs_to_dot9_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/migrate_logs_to_dot9_db.py b/scripts/migrate_logs_to_dot9_db.py index 9358ffc71..c9c2cf184 100755 --- a/scripts/migrate_logs_to_dot9_db.py +++ b/scripts/migrate_logs_to_dot9_db.py @@ -123,7 +123,7 @@ def get_jid(dirname, filename): return jid def decode_jid(string): - '''try to decode (to make it Unicode instance) given string''' + '''try to decode (to make it Unicode instance) given jid''' # by the time we go to iso15 it better be the one else we show bad characters encodings = (sys.getfilesystemencoding(), 'utf-8', 'iso-8859-15') for encoding in encodings: