Merge "Fix the 'ignore-path' config option"

This commit is contained in:
Jenkins 2014-10-25 00:28:29 +00:00 committed by Gerrit Code Review
commit 19cc3f5576
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ def extract_config(args):
pass
try:
cfg['ignore_path'] = split_set_type(parser.get("doc8",
"ignore_path"))
"ignore-path"))
except (configparser.NoSectionError, configparser.NoOptionError):
pass
try: