mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
fix docs CI
This commit is contained in:
parent
d2c9efc98f
commit
b5d9dcdeee
@ -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…
Reference in New Issue
Block a user