bindings: python: fix the default_vals argument in line requests
authorBartosz Golaszewski <bartekgola@gmail.com>
Fri, 20 Jul 2018 08:13:59 +0000 (10:13 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Fri, 20 Jul 2018 08:35:35 +0000 (10:35 +0200)
commit58331f66e72a941bdecdfa949d93bb169bc0fda1
treed959dde1fb0aed1d196224d940057f70fd6d3656
parenta610c5077e427b92ab9d26341e60e11668ea851d
bindings: python: fix the default_vals argument in line requests

We're assigning the wrong local variable in PyArg_ParseTupleAndKeywords()
which results in not honoring the default_vals argument. Fix the
LineBulk.request() implementation.

Fixes: 96c524c4951c ("bindings: implement python bindings")
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
bindings/python/gpiodmodule.c