This commit is contained in:
Claudiu Popa 2017-08-09 13:53:41 +02:00
parent 2bab015753
commit 3ddcfaef61
No known key found for this signature in database
GPG Key ID: 4CFB85C36C61B4FC

View File

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