current trunk, Ubuntu.

A node containing bad code:

-----------
bogus
-----------


<ctl-b>

log window:

exception executing script
Traceback (most recent call last):
  File "/home/ktenney/work/download/leo-editor/leo/core/leoCommands.py",
line 2069, in executeScript
    exec(script,d)
  File "<string>", line 3, in <module>
NameError: name 'bogus' is not defined
exception executing command
Traceback (most recent call last):
  File "/home/ktenney/work/download/leo-editor/leo/core/leoCommands.py",
line 366, in doCommand
    val = command(event)
  File "/home/ktenney/work/download/leo-editor/leo/core/leoCommands.py",
line 2076, in executeScript
    g.handleScriptException(c,p,script,script1)
  File "/home/ktenney/work/download/leo-editor/leo/core/leoGlobals.py",
line 4636, in handleScriptException
    c.goToScriptLineNumber(p,script,n)
  File "/home/ktenney/work/download/leo-editor/leo/core/leoCommands.py",
line 2624, in goToScriptLineNumber
    c.goToLineNumber(n=n,scriptData=scriptData)
TypeError: __init__() got an unexpected keyword argument 'scriptData'

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to