Merge pull request #1524 from asottile/fix-docs

fix docs build
This commit is contained in:
Anthony Sottile 2022-01-17 17:22:52 -05:00 committed by GitHub
commit ed77e4b770
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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