mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-23 07:34:44 +00:00
fix error call
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2833 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
c8f6c7acfa
commit
5c83b7c859
1 changed files with 1 additions and 1 deletions
|
|
@ -434,7 +434,7 @@ class Configuration (dict):
|
|||
while 1:
|
||||
ctuple = cfgparser.get(section, "ignore%d" % i).split()
|
||||
if len(ctuple)!=2:
|
||||
linkcheck.log.error(
|
||||
linkcheck.log.error(linkcheck.LOG_CHECK,
|
||||
_("ignore%d: syntax error %s\n") % (i, ctuple))
|
||||
break
|
||||
self["externlinks"].append(
|
||||
|
|
|
|||
Loading…
Reference in a new issue