From 2fcb222ff9895413610a5e6e087c582cf410abb9 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Sat, 28 May 2016 21:09:05 -0500 Subject: [PATCH] Fix default printing for --exclude help text --- flake8/main/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake8/main/cli.py b/flake8/main/cli.py index e9eedb7..455629f 100644 --- a/flake8/main/cli.py +++ b/flake8/main/cli.py @@ -75,7 +75,7 @@ def register_default_options(option_manager): comma_separated_list=True, parse_from_config=True, normalize_paths=True, help='Comma-separated list of files or directories to exclude.' - '(Default: %default)', + ' (Default: %default)', ) add_option(