Fix echo when failing to install black on Py2

This commit is contained in:
ViViDboarder 2019-12-30 11:06:13 -08:00
parent 0ac1019486
commit 9397bdafbd
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ function install_fixers() {
# Python
maybe_run pip install --user autopep8 reorder-python-imports
maybe_run pip install --user black || echo "WARNING: mypy is py3 only"
maybe_run pip install --user black || echo "WARNING: black is py3 only"
maybe_run pip3 install --user black autopep8 reorder-python-imports
# Rust