]> git.lyx.org Git - lyx.git/commit
Fix literal string in binary context
authorJuergen Spitzmueller <spitz@lyx.org>
Fri, 13 Oct 2017 08:04:27 +0000 (10:04 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Fri, 13 Oct 2017 08:04:27 +0000 (10:04 +0200)
commit8fecdfc473d067f9caa79dffa7ab078d391d50ed
tree8a4b83e9f89f888fce9e77129a2d8246495ffe5b
parentaaf17b08a8515650fa0c2253df060b0becad677c
Fix literal string in binary context

In 1a26f9b26cff827da5, all strings in the context of regexes and
comparisons have been converted to byte-like objects for python2/3
compatibility reasons. This has not been considered in the later
commit 5c545573507bb, which makes layout2layout break with
TypeError: can't concat str to bytes.
lib/scripts/layout2layout.py