mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-21 16:30:28 +00:00
cleanup
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3438 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
4b818cb4b3
commit
15dfaf35cb
1 changed files with 2 additions and 2 deletions
|
|
@ -411,8 +411,8 @@ class UrlBase (object):
|
|||
# make nicer error msg for bad status line
|
||||
if isinstance(value, linkcheck.httplib2.BadStatusLine):
|
||||
value = _('Bad HTTP response %r') % str(value)
|
||||
self.set_result(linkcheck.strformat.unicode_safe(value),
|
||||
valid=False)
|
||||
uvalue = linkcheck.strformat.unicode_safe(value)
|
||||
self.set_result(uvalue, valid=False)
|
||||
|
||||
# check content
|
||||
warningregex = self.aggregate.config["warningregex"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue