From 3ddcfaef61cce2be3ad05991a8de8eb1c0ac9d77 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Wed, 9 Aug 2017 13:53:41 +0200 Subject: [PATCH] Fix lint --- pylint/lint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylint/lint.py b/pylint/lint.py index cdd4b2d04..eafe29d32 100644 --- a/pylint/lint.py +++ b/pylint/lint.py @@ -763,7 +763,7 @@ class PyLinter(config.OptionsManagerMixIn, # Send files to child linters. expanded_files = self.expand_files(files_or_modules) - + # do not start more jobs than needed for _ in range(min(self.config.jobs, len(expanded_files))): child_linter = ChildLinter(args=(tasks_queue, results_queue,