The node-paste operation is giving me following error when executed
immediately after a node-copy. This has occurred on a couple of .leo
files using the current trunk (branch 358). Anybody else seeing this?
-- TL
Traceback (most recent call last):
File "C:\leo\src\leoCommands.py", line 286, in doCommand
val = command(event)
File "C:\leo\src\leoCommands.py", line 3094, in pasteOutline
pasted = c.fileCommands.getLeoOutline(s,reassignIndices)
File "C:\leo\src\leoFileCommands.py", line 633, in
getLeoOutlineFromClipboard
v = self.getLeoOutlineHelper(s,reassignIndices,checking=True)
File "C:\leo\src\leoFileCommands.py", line 711, in
getLeoOutlineHelper
self.getVnodes(reassignIndices)
File "C:\leo\src\leoFileCommands.py", line 1900, in getVnodes
appendToCurrentStack=append1,appendToTopStack=append2)
File "C:\leo\src\leoFileCommands.py", line 1681, in getVnode
matchobj =
self.reVnodeAttributesCompiled.match(self.fileBuffer,self.fileBufferIndex)
AttributeError: fileCommands instance has no attribute
'reVnodeAttributesCompiled'
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---