bindings: python: simplify environ access
authorPhil Howard <phil@gadgetoid.com>
Thu, 12 Oct 2023 19:51:39 +0000 (20:51 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 13 Oct 2023 08:36:31 +0000 (10:36 +0200)
commit9f9671dbb68e612e4ea9e12921ba05c0f11955bd
treec9296fc12c5f5146a8f0ae02be4e1d518d3b39ed
parent85089d0e40ac01625ce55678bf28c99b1ceaa4a5
bindings: python: simplify environ access

Use environ.get() in lieu of an explicit check for GPIOD_WITH_TESTS in
os.environ.

Returns None and evaluates as False if GPIOD_WITH_TESTS == "1" is
not specified.

Signed-off-by: Phil Howard <phil@gadgetoid.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/python/setup.py