bindings: python: bail-out if the line was not found in gpiofind.py
authorBartosz Golaszewski <bartekgola@gmail.com>
Tue, 31 Jul 2018 12:33:40 +0000 (14:33 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Tue, 31 Jul 2018 12:40:09 +0000 (14:40 +0200)
commitba8ee3451632719e3aec88178cf7b41b9d2b90f6
tree97a227f779327d0471ed75a217d29bc8ac7032b2
parentcdf5ef94c454b8ebab432cc9172250379545ec8a
bindings: python: bail-out if the line was not found in gpiofind.py

Currently we're not checking if the object returned from
gpiod.fine_line() is None which results in an attribute error being
raised when we try to call line methods on a non-line object.

Add an if and bail-out with an error code if the line with given name
was not found.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
bindings/python/examples/gpiofind.py