aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mesonlib/universal.py
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-08-21 23:18:36 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2021-08-22 13:56:41 +0300
commit0287af461c49c80a47f74b5e6d65844afcfdc20e (patch)
treeee0a44756481a7b4429918e28d035e1dc3858d3c /mesonbuild/mesonlib/universal.py
parent5a7b8d86d0c455680096d47cb87f0de08c0954ac (diff)
downloadmeson-0287af461c49c80a47f74b5e6d65844afcfdc20e.zip
meson-0287af461c49c80a47f74b5e6d65844afcfdc20e.tar.gz
meson-0287af461c49c80a47f74b5e6d65844afcfdc20e.tar.bz2
fix coding errors in unstable-coredata subcommand
One percent-formatted string had a .format() method style placeholder and thus never output anything other than TypeError: not all arguments converted during string formatting The other error may be due to changing format elsewhere, because it attempted to treat an entire tuple as though it only contained one element. Based on context, it's clear this is supposed to be the actual dependency name, but the internal representation may have changed over time. These fixes allow the command to run to completion successfully; of course it is still unstable and possibly not actually maintained, since it's been broken for 2 years and no one actually noticed.
Diffstat (limited to 'mesonbuild/mesonlib/universal.py')
0 files changed, 0 insertions, 0 deletions