mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-24 09:50:23 +00:00
return unicode url
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1960 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
6ddf286c36
commit
1997381c2b
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ def absolute_url (base_url, base_ref, parent_url):
|
|||
return base_ref.lower()
|
||||
elif parent_url and linkcheck.url.url_is_absolute(parent_url):
|
||||
return parent_url.lower()
|
||||
return ""
|
||||
return u""
|
||||
|
||||
|
||||
def get_url_from (base_url, recursion_level, consumer,
|
||||
|
|
|
|||
Loading…
Reference in a new issue