On Fri, Oct 22, 2010 at 8:38 PM, Terry Brown <[email protected]> wrote:

> Or, maybe, looking at the traceback, some of the "harmless" prep. work for 
> the path determination has caused an new execution path which is doing 
> something odd.

That's my guess.  The traceback shows that one of the args in:

    fn = c.os_path_finalize_join(at.default_directory,fn)

is a bool.  My guess is that the culprit is at.default_directory.

It would be helpful if you could put a call to g.pdb() at line 846, in
readOneAtEditNode to see which arg is a bool.

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.

Reply via email to