mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-08 16:41:00 +00:00
cookie warning msg fixed
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1804 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
404545f334
commit
d2f7955f2c
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@ class HttpUrl (urlbase.UrlBase, proxysupport.ProxySupport):
|
|||
self.add_info(h)
|
||||
except Cookie.CookieError, msg:
|
||||
self.add_warning(_("Could not store cookies: %(msg)s") %
|
||||
str(msg))
|
||||
{'msg': str(msg)})
|
||||
if response.status >= 200:
|
||||
self.set_result("%r %s" % (response.status, response.reason))
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue