commit | 668eaa2b12917d264d6854af5b8808f63c2373ec | [log] [tgz] |
---|---|---|
author | hedgehog91 <67327791+hedgehog91@users.noreply.github.com> | Wed Jun 24 21:36:46 2020 +0300 |
committer | GitHub <noreply@github.com> | Wed Jun 24 21:36:46 2020 +0300 |
tree | c861b61d69d0f08899e643f7448bc4891d8361d5 | |
parent | 828703f12350e8115284d6ca0977a76d768db496 [diff] |
change_exit_code_when_bazel_none
diff --git a/configure.py b/configure.py index da6af8f..9524ead 100644 --- a/configure.py +++ b/configure.py
@@ -480,7 +480,7 @@ """ if which('bazel') is None: print('Cannot find bazel. Please install bazel.') - sys.exit(0) + sys.exit(1) stderr = open(os.devnull, 'wb') curr_version = run_shell(['bazel', '--version'],