mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-08 08:30:59 +00:00
debugging
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1130 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
64193acb3b
commit
f8eff3d02b
1 changed files with 1 additions and 1 deletions
|
|
@ -420,7 +420,7 @@ if config["log"].__class__ == BlacklistLogger and \
|
|||
os.path.exists(config['log'].filename):
|
||||
args = file(config['log'].filename).readlines()
|
||||
|
||||
debug(HURT_ME_PLENTY, "configuration:", pprint.pformat(config))
|
||||
debug(HURT_ME_PLENTY, "configuration:", pprint.pformat(config.items()))
|
||||
|
||||
# interactive input
|
||||
if len(args)==0:
|
||||
|
|
|
|||
Loading…
Reference in a new issue