We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9dde1 commit 05422bcCopy full SHA for 05422bc
1 file changed
fetch_python_docs.py
@@ -35,7 +35,7 @@
35
if (outdir / "index.html").is_file():
36
print(f"{outdir}/index.html already exists")
37
else:
38
- subprocess.run(["tar", "vxjf", outfile], cwd=HERE).check_returncode()
+ subprocess.run(["tar", "vxf", outfile], cwd=HERE).check_returncode()
39
40
if parsed.serve:
41
# Use a different port from 8000 to avoid conflicting with other
0 commit comments