Got this error after a fresh git pull a few minutes ago. The test2.leo file is attached.
```
B:\code\apt>python b:\apps\leo-editor\launchLeo.py d:\temp\test2.leo
leoID=maphew (in C:\Users\Matt\Dropbox\.leo)
reading settings in B:\apps\leo-editor\leo\config\leoSettings.leo
*** new_shadow
reading settings in C:\Users\Matt\Dropbox\.leo\myLeoSettings.leo
reading settings in d:\temp\test2.leo
traverse no settings tree for test2.leo
Traceback (most recent call last):
File "b:\apps\leo-editor\launchLeo.py", line 8, in <module>
leo.core.runLeo.run()
File "b:\apps\leo-editor\leo\core\runLeo.py", line 81, in run
g.app.loadManager.load(fileName,pymacs)
File "b:\apps\leo-editor\leo\core\leoApp.py", line 1953, in load
ok = lm.doPostPluginsInit()
File "b:\apps\leo-editor\leo\core\leoApp.py", line 2289, in
doPostPluginsInit
c = lm.loadLocalFile(fn,gui=g.app.gui,old_c=None)
File "b:\apps\leo-editor\leo\core\leoApp.py", line 2554, in loadLocalFile
c = lm.openFileByName(fn,gui,old_c,previousSettings)
File "b:\apps\leo-editor\leo\core\leoApp.py", line 2598, in openFileByName
ok = lm.readOpenedLeoFile(c,gui,fn,readAtFileNodesFlag,theFile)
File "b:\apps\leo-editor\leo\core\leoApp.py", line 2784, in
readOpenedLeoFile
readAtFileNodesFlag=readAtFileNodesFlag)
File "b:\apps\leo-editor\leo\core\leoFileCommands.py", line 906, in
openLeoFile
silent=silent)
File "b:\apps\leo-editor\leo\core\leoFileCommands.py", line 755, in
getLeoFile
fc.readExternalFiles(fileName)
File "b:\apps\leo-editor\leo\core\leoFileCommands.py", line 858, in
readExternalFiles
c.atFileCommands.readAll(c.rootVnode(),partialFlag=False)
File "b:\apps\leo-editor\leo\core\leoAtFile.py", line 885, in readAll
at.readOneAtNosentNode(p)
File "b:\apps\leo-editor\leo\core\leoAtFile.py", line 1024, in
readOneAtNosentNode
new_public_lines,old_private_lines,marker,p=root)
File "b:\apps\leo-editor\leo\core\leoShadow.py", line 302, in
propagate_changed_lines
x.sentinels[0] = []
IndexError: list assignment index out of range
```
--
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.
test2.leo
Description: Binary data
