Skip to content

Commit a61416d

Browse files
committed
Revert dc770c5
1 parent dc770c5 commit a61416d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

merge.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def parse_args():
2222
parser = argparse.ArgumentParser(description=__doc__)
2323
parser.add_argument(
2424
"--cpython_repo",
25-
default=Path("cpython/"),
25+
default=Path("venv/cpython"),
2626
type=Path,
2727
help="Use this given cpython clone.",
2828
)

0 commit comments

Comments
 (0)