Nice. On Mon, Feb 20, 2012 at 9:53 AM, Edward K. Ream <[email protected]> wrote: > On Mon, Feb 20, 2012 at 8:49 AM, Kent Tenney <[email protected]> wrote: >> My 'session' code opens Leo files listed in a node body. >> How should the following be changed? > >> TypeError: 'Commands' object is not iterable >> -------------------- >> line 70: fname, unl = UNL.split("#") >> * line 71: ok, frame = g.openWithFileName(fname, c) >> line 72: if ok: >> line 73: this_c = frame.c > > this_c = g.openWithFileName(fname,c) > if this_c: > .... > > EKR > > -- > 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. >
-- 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.
