[IPOL discuss] pylint error using input_select and params
Bertrand Kerautret
bertrand.kerautret at univ-lorraine.fr
Mon Feb 24 00:01:31 CET 2014
Dear all,
Just a small question about an pylint error that I obtain even if the
demo is fine:
----
pylint app/74/app.py --disable=C0103 --rcfile utils/pylintrc
app.input_select: Passing unexpected keyword argument 'key' in function call
----
It looks that it comes from the fact that I both re define:
def params(self, newrun=False, msg=None)
and
def input_select(self, **kwargs)
If you have a solution to avoid it (even if the demo looks fine).
(see details here:
https://tools.ipol.im/ojs/index.php?journal=ipol&page=sectionEditor&op=downloadFile&path%5B%5D=74&path%5B%5D=1064
)
Thank in advance.
Bertrand
More information about the discuss
mailing list