From 69145d621544d7fec444fae5f66e54bbe09227e0 Mon Sep 17 00:00:00 2001 From: Eric Liang Date: Wed, 4 Nov 2020 16:08:51 -0800 Subject: [PATCH] [hotfix] Bazel candidates not found due to raising too early --- python/setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 206000368..f0e2907b7 100644 --- a/python/setup.py +++ b/python/setup.py @@ -192,7 +192,6 @@ def bazel_invoke(invoker, cmdline, *args, **kwargs): result = invoker([cmd] + cmdline, *args, **kwargs) break except IOError: - raise if i >= len(candidates) - 1: raise return result