mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 07:14:18 +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.
|
or whether to run them in serial.
|
||||||
|
|
||||||
If running the checks in parallel causes a problem (e.g.,
|
If running the checks in parallel causes a problem (e.g.,
|
||||||
https://github.com/pycqa/flake8/issues/117) this also implements
|
:issue:`117`) this also implements fallback to serial processing.
|
||||||
fallback to serial processing.
|
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
if self.jobs > 1 and len(self.checkers) > 1:
|
if self.jobs > 1 and len(self.checkers) > 1:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue