Re: Error saving new leo file in latest Leo from github

2014-11-04 Thread 'Terry Brown' via leo-editor
On Tue, 4 Nov 2014 12:16:52 -0600 "Edward K. Ream" wrote: > On Tue, Nov 4, 2014 at 10:40 AM, Edward K. Ream > wrote: > > > > > > > On Tue, Nov 4, 2014 at 7:10 AM, Edward K. Ream > > wrote: > > > >> On Mon, Nov 3, 2014 at 4:26 PM, Stephen > >> wrote: > >> > >> I am having trouble saving leo fi

Re: Error saving new leo file in latest Leo from github

2014-11-04 Thread Edward K. Ream
On Tue, Nov 4, 2014 at 10:40 AM, Edward K. Ream wrote: > > > On Tue, Nov 4, 2014 at 7:10 AM, Edward K. Ream > wrote: > >> On Mon, Nov 3, 2014 at 4:26 PM, Stephen wrote: >> >> I am having trouble saving leo files in a fresh leo cloned from github, >>> with ensure_extension() complaining about co

Re: Error saving new leo file in latest Leo from github

2014-11-04 Thread Edward K. Ream
On Tue, Nov 4, 2014 at 7:10 AM, Edward K. Ream wrote: > On Mon, Nov 3, 2014 at 4:26 PM, Stephen wrote: > > I am having trouble saving leo files in a fresh leo cloned from github, >> with ensure_extension() complaining about concatenating a tuple and str at >> L2636. >> > > ​Please file a bug rep

Re: Error saving new leo file in latest Leo from github

2014-11-04 Thread Edward K. Ream
On Mon, Nov 3, 2014 at 4:26 PM, Stephen wrote: I am having trouble saving leo files in a fresh leo cloned from github, > with ensure_extension() complaining about concatenating a tuple and str at > L2636. > ​Please file a bug report about this. It's important to get a full traceback. This is s

Error saving new leo file in latest Leo from github

2014-11-03 Thread Stephen
I am having trouble saving leo files in a fresh leo cloned from github, with ensure_extension() complaining about concatenating a tuple and str at L2636. Wrapping the failing line in a try:/except: block to log the problem showed the filename was being passed in as a tuple (name, expected_exten