>Put a call to g.pdb() in stringsAreValidMoreFile.
>
>The 'i' variable will be the line number you want, +- 1 perhaps.

I don't know Python but I tried changing leoImport.py as follows:

    def stringsAreValidMoreFile (self,strings):
        g.pdb()
        if len(strings) < 1: return False
        ...

I saved the change, tried the import again, got the error (as
expected). What do I do to see the the results of g.pdb()? Only the
error appears in the log tab.

-- 
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