diff options
Diffstat (limited to '')
-rwxr-xr-x | bin/vendor-licenses | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/vendor-licenses b/bin/vendor-licenses index 1303558..9bbce91 100755 --- a/bin/vendor-licenses +++ b/bin/vendor-licenses @@ -54,4 +54,4 @@ def main() -> int: if __name__ == '__main__': - exit(main()) + raise SystemExit(main()) |