Commit 009a8537 authored by Nicolas Delaby's avatar Nicolas Delaby Committed by Arnaud Fontaine

Typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils/erp5.utils.web_checker/@39329 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0f65eb36
......@@ -3,6 +3,7 @@ Changelog
0.0.7 (unreleased)
------------------
- Bug fix: typo
0.0.6 (2010-10-19)
------------------
......
......@@ -441,7 +441,7 @@ def web_checker_utility():
file_log_path = config.get('web_checker', 'file_log_path')
header_list = {}
for header, configuration in config.items('header_list'):
if key in config.defaults().keys():
if header in config.defaults().keys():
# defaults are shared for all sections.
# so discard them from header_list
continue
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment