mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-05 15:30:57 +00:00
syntax
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3025 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
99a1fc6ff6
commit
6c14cf1d8b
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ class LinkFinder (TagFinder):
|
|||
# add link to url list
|
||||
self.add_link(tag, attr, value, name, codebase)
|
||||
assert linkcheck.log.debug(linkcheck.LOG_CHECK,
|
||||
"LinkFinder finished tag %s", tag)
|
||||
"LinkFinder finished tag %s", tag)
|
||||
|
||||
def get_link_name (self, tag, attrs, attr):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue