Commit e802889a authored by Wenjian Huang's avatar Wenjian Huang Committed by Vijay Vasudevan
Browse files

solve the bug which the python include config gives out repeat results (#3742)

```
./configure 
Please specify the location of python. [Default is /home/wenjian/anaconda3/bin/python]: 
Do you wish to build TensorFlow with Google Cloud Platform support? [y/N] N
No Google Cloud Platform support will be enabled for TensorFlow
Found possible Python library paths:
  /home/wenjian/anaconda3/lib/python3.5/site-packages
  /home/wenjian/anaconda3/lib/python3.5/site-packages
Please input the desired Python library path to use.  Default is [/home/wenjian/anaconda3/lib/python3.5/site-packages]
```

it shows repeat result in config on python includes, it is because the old code show paths[0] and ret_paths at the same time,
so I modify the condition and do some simple optimization by using `join`
parent 50d72312
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment