mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-09 17:10:58 +00:00
no repr of url name
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1913 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
4cae7dc7f6
commit
01f1c06149
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ class UrlBase (object):
|
|||
base_url = linkcheck.url.url_norm(self.base_url)
|
||||
if self.base_url != base_url:
|
||||
self.add_warning(
|
||||
_("Base URL is not properly normed. Normed url is %(url)r.") % \
|
||||
_("Base URL is not properly normed. Normed url is %(url)s.") % \
|
||||
{'url': base_url})
|
||||
# make url absolute
|
||||
if self.base_ref:
|
||||
|
|
|
|||
Loading…
Reference in a new issue