On Fri, 22 Aug 2014 04:06:09 -0700 (PDT) "Edward K. Ream" <[email protected]> wrote:
> On Thursday, August 21, 2014 10:59:15 AM UTC-5, Terry wrote: > > > > On Thu, 21 Aug 2014 09:42:30 -0500 > > > > > > "Edward K. Ream" <[email protected]> wrote: > > > > > On Tue, Aug 19, 2014 at 11:28 AM, Kent Tenney <[email protected]> > > > wrote: > > > > Yay, it works! > > > > > > Pylint reports the following: > > > > > > pylint: mod_scripting.py > > > ************* Module leo.plugins.mod_scripting > > > E:246,30: Instance of 'RClick' has no 'position' member > > > (no-member) pylint: done > > > > Apparently pylint only understands [snip]but I've changed it now. > > > > Hmm. Now (rev 6f6f71c...) pylint reports: > > ************* Module leo.plugins.mod_scripting > E:246,30: Instance of 'RClick' has no 'position' member (no-member) > E:246,43: Instance of 'RClick' has no 'children' member (no-member) I guess it's just another one to disable then. The pylint discussion I googled up included a test script which seemed to work for both the ' ' and ',' separated forms, but not the ', ' separated form. So I changed it to the ',' separated form. Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
