aboutsummaryrefslogtreecommitdiffhomepage
path: root/util
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-08-12 06:21:36 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-08-12 07:32:39 -0700
commit5c29a24fd6a2e2b43df07b98dc985b0d4c9fc654 (patch)
treee4b6daa49fd1e9852a3fb7b6e261bee5b1d3b9a3 /util
parent52fbfb5dfe611f784ed7036bded3c38fdd9ce38e (diff)
Fix the tensorflow && tensorflow_serving breakage on bazel ci:
Diffstat (limited to 'util')
-rwxr-xr-xutil/python/python_config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/python/python_config.sh b/util/python/python_config.sh
index dc55da3ee6..6eb8a39ece 100755
--- a/util/python/python_config.sh
+++ b/util/python/python_config.sh
@@ -118,7 +118,7 @@ function setup_python {
done
set -- $python_lib_path
echo "Please input the desired Python library path to use. Default is ["$1"]"
- read b
+ read b || true
if [ "$b" == "" ]; then
python_lib="$(default_python_path $python_lib_path)"
echo $python_lib