run_pylint.py: Remove duplicity

This commit is contained in:
Jiri Kucera 2019-08-19 12:47:46 +02:00
parent 149b4e3124
commit 42e0a0c64d

View file

@ -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)