Skip to content

Commit

Permalink
Fix the tensorflow && tensorflow_serving breakage on bazel ci:
Browse files Browse the repository at this point in the history
  • Loading branch information
tensorflower-gardener committed Aug 12, 2016
1 parent 52fbfb5 commit 5c29a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/python/python_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c29a24

Please sign in to comment.