In commit e5a6283c4c
, this function was
reorganized to assign value -> newvalue instead of overwriting newvalue,
but the error message case wasn't updated to match. As a result,
actually hitting the error would report an even more errory error, i.e.
a traceback.
(Actually hitting the error requires passing an array option as a python
object that isn't a list or a string. This is impossible to do from the
command line or meson_options.txt, but can be done with builtin options.)
pull/9757/head
parent
1708148f51
commit
db528e3bb9
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue