]> git.lyx.org Git - features.git/commit
Fix AttributeError with Python 3.
authorGünter Milde <milde@lyx.org>
Thu, 28 Feb 2019 21:59:30 +0000 (22:59 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:58 +0000 (14:39 +0200)
commitc039296889ce9d1133605eb71c306b96e5c970f9
treedc11cf18eaaf332cb09853b4a789d902c7794684
parentb45a2ad74acb2ae57333b43f199a7e74a634adc9
Fix AttributeError with Python 3.

At least since Python 3.5, `output` is already a
(unicode) string and does not have a "decode" method.
lib/scripts/convertDefault.py