git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3025 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2006-02-01 18:54:11 +00:00
parent 99a1fc6ff6
commit 6c14cf1d8b

View file

@ -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):
"""