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
--
IPOL - Image Processing On Line   - http://ipol.im/

contact     e...@ipol.im          - http://www.ipol.im/meta/contact/
news+feeds  twitter @IPOL_journal - http://www.ipol.im/meta/feeds/
announces   annou...@list.ipol.im - http://tools.ipol.im/mm/announce/
discussions discuss@list.ipol.im  - http://tools.ipol.im/mm/discuss/

Reply via email to