git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@545 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2002-09-25 21:46:40 +00:00
parent c433b943db
commit 409b7a89eb

View file

@ -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