summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMathieu Bridon <[email protected]>2018-07-05 15:17:46 +0200
committerDylan Baker <[email protected]>2018-08-07 13:28:35 -0700
commitba1ebf2ee12ef5cb97a450e7d39f577c671d55e4 (patch)
tree4f246583a06584a7047c09f4ad61b960e1d93b8d /meson_options.txt
parente1b88aee680bbdadd283b4a26db74672bb130df5 (diff)
python: Specify the template output encoding
We're trying to write a unicode string (i.e decoded) to a file opened in binary (i.e encoded) mode. In Python 2 this works, because of the automatic conversion between byte and unicode strings. In Python 3 this fails though, as no automatic conversion is attempted. This change makes the scripts compatible with both versions of Python. Signed-off-by: Mathieu Bridon <[email protected]> Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'meson_options.txt')
0 files changed, 0 insertions, 0 deletions