We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc770c5 commit a61416dCopy full SHA for a61416d
1 file changed
merge.py
@@ -22,7 +22,7 @@ def parse_args():
22
parser = argparse.ArgumentParser(description=__doc__)
23
parser.add_argument(
24
"--cpython_repo",
25
- default=Path("cpython/"),
+ default=Path("venv/cpython"),
26
type=Path,
27
help="Use this given cpython clone.",
28
)
0 commit comments