We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c20d10 commit 6ef35d8Copy full SHA for 6ef35d8
bin/docs-update-generated.py
@@ -62,6 +62,7 @@ def generate_all():
62
if cp.returncode:
63
print("Generation failed", file=sys.stderr)
64
return False
65
+ return True
66
67
68
if __name__ == "__main__":
0 commit comments