Skip to content

Commit bf883e4

Browse files
authored
Update Tools/wasm/wasi/__main__.py
1 parent 7ff6975 commit bf883e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/wasm/wasi/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
HERE = pathlib.Path(__file__).parent
2222

23-
# Path is: wasi wasm Tools cpython
23+
# Path is: cpython/Tools/wasm/wasi
2424
CHECKOUT = HERE.parent.parent.parent
2525
assert (CHECKOUT / "configure").is_file(), (
2626
"Please update the location of the file"

0 commit comments

Comments
 (0)