We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5afa00a commit dc770c5Copy full SHA for dc770c5
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("venv/cpython"),
+ default=Path("cpython/"),
26
type=Path,
27
help="Use this given cpython clone.",
28
)
0 commit comments