On Tue, Oct 2, 2012 at 12:30 PM, Edward K. Ream <[email protected]> wrote:
>> focus on @path node >> selecting from Plugins -> active-path -> Set Node To Absolute Path Recursive >> >> traceback: > Thanks for this report. I'll fix it immediately. Done at rev 5476. The actual bug was that run_recursive neglected to make copies of positions when caching them in a list. As a result, the yield always returned a "null" position. The guard in cmd_SetNodeToAbsolutePath was also wrong: it should be "if not p:" rather than "if p is None:". These changes should fix the problem; please report any other problem. Thanks. Edward -- 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.
