mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user