mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-28 10:04:43 +00:00
cleanup
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@545 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
c433b943db
commit
409b7a89eb
1 changed files with 1 additions and 2 deletions
|
|
@ -465,8 +465,7 @@ class Configuration (UserDict.UserDict):
|
|||
self['log'] = self.newLogger(log)
|
||||
else:
|
||||
self.warn(linkcheck._("invalid log option '%s'") % log)
|
||||
except ConfigParser.Error, msg:
|
||||
debug(HURT_ME_PLENTY, msg)
|
||||
except ConfigParser.Error, msg: debug(HURT_ME_PLENTY, msg)
|
||||
try:
|
||||
if cfgparser.getboolean(section, "verbose"):
|
||||
self["verbose"] = 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue