diff options
author | A. Unique TensorFlower <gardener@tensorflow.org> | 2016-08-12 06:21:36 -0800 |
---|---|---|
committer | TensorFlower Gardener <gardener@tensorflow.org> | 2016-08-12 07:32:39 -0700 |
commit | 5c29a24fd6a2e2b43df07b98dc985b0d4c9fc654 (patch) | |
tree | e4b6daa49fd1e9852a3fb7b6e261bee5b1d3b9a3 /util/python | |
parent | 52fbfb5dfe611f784ed7036bded3c38fdd9ce38e (diff) |
Fix the tensorflow && tensorflow_serving breakage on bazel ci:
http://ci.bazel.io/job/TensorFlow/BAZEL_VERSION=HEAD,PLATFORM_NAME=linux-x86_64/365/console
Change: 130097501
Diffstat (limited to 'util/python')
-rwxr-xr-x | util/python/python_config.sh | 2 |
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 |