bug(python): sample noxfile installs the library from source when INSTALL_LIBRARY_FROM_SOURCE is set to "false" #988
Labels
lang: python
Issues specific to Python.
priority: p2
Moderately-important priority. Fix may not be included in next release.
samples
Issues that are directly related to samples.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
It is done by the following code:
synthtool/synthtool/gcp/templates/python_samples/noxfile.py.j2
Line 95 in 94686b0
The problem is Python always convert non-empty string to
True
. I think we need to use something likedistutils.util.strtobool
.The text was updated successfully, but these errors were encountered: