mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
fix docs CI
This commit is contained in:
parent
d2c9efc98f
commit
b5d9dcdeee
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ from pathlib import Path
|
|||
|
||||
here = Path(__file__).parent
|
||||
|
||||
for script in (here / "scripts").glob("*.py"):
|
||||
for script in sorted((here / "scripts").glob("*.py")):
|
||||
print(f"Generating output for {script.name}...")
|
||||
out = subprocess.check_output(["python3", script.absolute()], text=True)
|
||||
if out:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue