Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed May 25, 2019
1 parent 8588322 commit 79d874d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ qtest:
prove -v tests/check.t

check:
pylint -j `python -c 'import multiprocessing as mp; print(mp.cpu_count())'` --errors-only WDL
pylint -j `python3 -c 'import multiprocessing as mp; print(mp.cpu_count())'` --errors-only WDL
pyre \
--search-path stubs \
--typeshed ${PYTHON_PKG_BASE}/lib/pyre_check/typeshed \
Expand Down

0 comments on commit 79d874d

Please sign in to comment.