To pull this branch do:
git fetch origin
git checkout --track origin/sqlite-format
The initial code only works with Python 2. The fix is to change line 1391
of leo/core/leoFileCommands.py from:
except sqlite3.OperationalError, er:
to:
except sqlite3.OperationalError, er:
Rev 57d4e2b contains this fix.
*However*: I have not found a way of making the change in Leo. Apparently
everything gets cached in the db. I had to make the change in an external
editor!
So I'm a bit confused about how to use this branch to develop Leo ;-)
BTW, where is the db?
Edward
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.