We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be58e3 commit ae4367cCopy full SHA for ae4367c
1 file changed
fetch_python_docs.py
@@ -29,7 +29,9 @@
29
# -S: but show errors
30
# -L: follow redirect
31
# -f: fail fast on HTTP error
32
- subprocess.run(["curl", "-sSLf", url, "--output", outfile], cwd=HERE).check_returncode()
+ subprocess.run(
33
+ ["curl", "-sSLf", url, "--output", outfile], cwd=HERE
34
+ ).check_returncode()
35
assert outfile.is_file()
36
37
print(f"Extracting {outfile}")
0 commit comments