Ticket #7635 (closed defect: invalid)
Timeline generation fails when commit with garbled message is done
| Reported by: | sanda@… | Owned by: | rblank |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | timeline | Version: | 0.10.2 |
| Severity: | major | Keywords: | |
| Cc: |
Description
because of the garbled message in commit v.decode('utf-8') (sqlite_backend.py, line 73) raise exception and timeline is not generated. changing to to_unicode function solves the problem.
for full story read: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg143533.html
the problematic commit can be seen here (after applying this fix) http://www.lyx.org/trac/changeset/26376
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


