Skip to content

Commit c5ab11b

Browse files
committed
fix ci and documents to use new script
1 parent 3fdc409 commit c5ab11b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cron-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
run: cargo build --release --verbose
8484
- name: Collect what is left data
8585
run: |
86-
chmod +x ./whats_left.sh
87-
./whats_left.sh > whats_left.temp
86+
chmod +x ./whats_left.py
87+
./whats_left.py > whats_left.temp
8888
env:
8989
RUSTPYTHONPATH: ${{ github.workspace }}/Lib
9090
- name: Upload data to the website

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ To enhance CPython compatibility, try to increase unittest coverage by checking
198198
Another approach is to checkout the source code: builtin functions and object
199199
methods are often the simplest and easiest way to contribute.
200200

201-
You can also simply run `./whats_left.sh` to assist in finding any unimplemented
201+
You can also simply run `./whats_left.py` to assist in finding any unimplemented
202202
method.
203203

204204
## Compiling to WebAssembly

0 commit comments

Comments
 (0)