diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-07-06 18:44:40 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-07-06 18:44:40 (GMT) |
commit | 3519d28d914ef26b0e221894ef449586923e2fb8 (patch) | |
tree | d3fd28538640e4d3c08a5819fa38ac40eea37404 | |
parent | a0dc798c1b6d5625950cd25574af212fd406f2ab (diff) | |
download | SCons-4.0.0.zip SCons-4.0.0.tar.gz SCons-4.0.0.tar.bz2 |
Add fix for bin/docs-update-generated.py4.0.0
-rw-r--r-- | bin/docs-update-generated.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/docs-update-generated.py b/bin/docs-update-generated.py index bb5371f..9fbd95c 100644 --- a/bin/docs-update-generated.py +++ b/bin/docs-update-generated.py @@ -62,6 +62,7 @@ def generate_all(): if cp.returncode: print("Generation failed", file=sys.stderr) return False + return True if __name__ == "__main__": |