mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-05 07:20:58 +00:00
fix syntax error
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@313 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
d6699dabda
commit
82fc0ed117
1 changed files with 1 additions and 1 deletions
|
|
@ -511,7 +511,7 @@ def GetUrlDataFrom(urlName, recursionLevel, parentName = None,
|
|||
elif re.search("^chrome:", url):
|
||||
klass = ChromeUrlData
|
||||
# assume local file
|
||||
else
|
||||
else:
|
||||
klass = FileUrlData
|
||||
return klass(urlName, recursionLevel, parentName, baseRef, line, name)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue