mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-05 05:04:46 +00:00
add unicode messages
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2279 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
344bfd1103
commit
334c92708a
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class TagFinder (object):
|
|||
"""
|
||||
Append msg to error list.
|
||||
"""
|
||||
self.parse_info.append("%s at line %d col %d: %s" % \
|
||||
self.parse_info.append(u"%s at line %d col %d: %s" % \
|
||||
(name, self.parser.last_lineno(), self.parser.last_column(), msg))
|
||||
|
||||
def warning (self, msg):
|
||||
|
|
|
|||
Loading…
Reference in a new issue