mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-16 12:21:13 +00:00
Set correct scheme on file links.
This commit is contained in:
parent
06ec8e6389
commit
9ea35241c0
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ class FileUrl (urlbase.UrlBase):
|
|||
"""
|
||||
super(FileUrl, self).init(base_ref, base_url, parent_url,
|
||||
recursion_level, aggregate, line, column, name, url_encoding)
|
||||
self.scheme = u'file'
|
||||
if self.base_url is None:
|
||||
return
|
||||
base_url = self.base_url
|
||||
|
|
|
|||
Loading…
Reference in a new issue