mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 18:56:53 +00:00
commit
ed77e4b770
1 changed files with 1 additions and 2 deletions
|
|
@ -243,8 +243,7 @@ class Manager:
|
|||
or whether to run them in serial.
|
||||
|
||||
If running the checks in parallel causes a problem (e.g.,
|
||||
https://github.com/pycqa/flake8/issues/117) this also implements
|
||||
fallback to serial processing.
|
||||
:issue:`117`) this also implements fallback to serial processing.
|
||||
"""
|
||||
try:
|
||||
if self.jobs > 1 and len(self.checkers) > 1:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue