On Tue, Mar 17, 2015 at 10:33 PM, Ross Burnett <[email protected]> wrote:
> > Here's the error that the console captured: > File "c:\Progra~2\Leo-5.0-final\leo\core\leoNodes.py", line 88, in > end_holding > if v.fileIndex: > AttributeError: 'NoneType' object has no attribute 'fileIndex' > Eureka! This is a major breakthrough relating to bug 158. https://github.com/leo-editor/leo-editor/issues/158 Thanks for reporting this. fc.createSaxVnode improperly calls getNewIndex(v) when v is None, and that will cause all kinds of mischief besides the crash above. This may be the lead I have been looking for. Edward -- 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.
