found bug in mod_scripting.py

2009-03-26 Thread vitalije
I have just found bug in mod_scripting plugin. On line 299 there is a call to method 299: b = self.createAtButtonFromSettingHelper (h,script,statusLine,shortcut) but, that method has following declaration on line 301 301: def createAtButtonFromSettingHelper

Re: found bug in mod_scripting.py

2009-03-26 Thread Edward K. Ream
On Thu, Mar 26, 2009 at 1:34 AM, vitalije vitali...@gmail.com wrote: I have just found bug in mod_scripting plugin. Thanks for this detailed report. Clearly, there is a bug. I'll fix it immediately. Interestingly, pylint does not catch this bug, as I have just re-verified. Edward

Re: found bug in mod_scripting.py

2009-03-26 Thread Edward K. Ream
On Thu, Mar 26, 2009 at 8:12 AM, Edward K. Ream edream...@gmail.com wrote: On Thu, Mar 26, 2009 at 1:34 AM, vitalije vitali...@gmail.com wrote: I have just found bug in mod_scripting plugin. Thanks for this detailed report. Clearly, there is a bug. I'll fix it immediately. The fix