mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-18 05:11:00 +00:00
fix debugging
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3236 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
51cab64ac7
commit
a4e9b8eab1
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ class RobotFileParser (object):
|
|||
if state == 2:
|
||||
assert None == linkcheck.log.debug(linkcheck.LOG_CHECK,
|
||||
"%s line %d: missing blank line before user-agent" \
|
||||
" directive", linenumber)
|
||||
" directive", self.url, linenumber)
|
||||
self._add_entry(entry)
|
||||
entry = Entry()
|
||||
entry.useragents.append(line[1])
|
||||
|
|
|
|||
Loading…
Reference in a new issue