Skip to content

Commit 6ef35d8

Browse files
committed
Fix bin/docs-update-generated.py always returning error exit code even when no error
1 parent 1c20d10 commit 6ef35d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/docs-update-generated.py

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def generate_all():
6262
if cp.returncode:
6363
print("Generation failed", file=sys.stderr)
6464
return False
65+
return True
6566

6667

6768
if __name__ == "__main__":

0 commit comments

Comments
 (0)