From 42e0a0c64d83f60b1f431e7a9053c7f4dfb2d485 Mon Sep 17 00:00:00 2001 From: Jiri Kucera Date: Mon, 19 Aug 2019 12:47:46 +0200 Subject: [PATCH] run_pylint.py: Remove duplicity --- run_pylint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_pylint.py b/run_pylint.py index 5bc1254..4c276e7 100644 --- a/run_pylint.py +++ b/run_pylint.py @@ -129,7 +129,7 @@ def main(): args, include_pattern, exclude_pattern = probe_args() if "-h" in args or "--help" in args: - sys.stdout.write(__doc__) + print_line(__doc__) return 0 files = probe_dir( os.getcwd(), re.compile(include_pattern), re.compile(exclude_pattern)