Merge pull request #3407 from matthieugouel/fix_whats_left

fix `not_impl.py` path for black in `whats_left.sh`
This commit is contained in:
Jim Fasarakis-Hilliard
2021-11-03 20:15:54 +02:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ export RUSTPYTHONPATH=Lib
# This takes a while
if command -v black &> /dev/null; then
black -q extra_tests/snippets/not_impl.py
black -q extra_tests/not_impl.py
fi
# show the building first, so people aren't confused why it's taking so long to