mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 02:46:52 +00:00
engine.py edited online with Bitbucket
This commit is contained in:
parent
b8539760f6
commit
1afa025166
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ def get_parser():
|
|||
try:
|
||||
auto = multiprocessing.cpu_count() or 1
|
||||
except NotImplimentedError:
|
||||
auto =1
|
||||
auto = 1
|
||||
parser.config_options.append('jobs')
|
||||
parser.add_option('-j', '--jobs', type='int', default=auto,
|
||||
help="number of jobs to run simultaneously")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue