Skip to content

Commit 5c29a24

Browse files
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
1 parent 52fbfb5 commit 5c29a24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

util/python/python_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function setup_python {
118118
done
119119
set -- $python_lib_path
120120
echo "Please input the desired Python library path to use. Default is ["$1"]"
121-
read b
121+
read b || true
122122
if [ "$b" == "" ]; then
123123
python_lib="$(default_python_path $python_lib_path)"
124124
echo $python_lib

0 commit comments

Comments
 (0)