aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/pkgconfig.py
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-07-08 00:06:10 -0400
committerEli Schwartz <eschwartz@archlinux.org>2021-10-04 16:29:32 -0400
commitd06cc042eb21bc16a4a5cc957a3615e5e3a9743a (patch)
tree0907391e3581d707770584f3416a87c0cea18f77 /mesonbuild/modules/pkgconfig.py
parent47ae0b82f0483960fa7a3eabc68700b982688834 (diff)
downloadmeson-d06cc042eb21bc16a4a5cc957a3615e5e3a9743a.zip
meson-d06cc042eb21bc16a4a5cc957a3615e5e3a9743a.tar.gz
meson-d06cc042eb21bc16a4a5cc957a3615e5e3a9743a.tar.bz2
f-strings
Diffstat (limited to 'mesonbuild/modules/pkgconfig.py')
-rw-r--r--mesonbuild/modules/pkgconfig.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/mesonbuild/modules/pkgconfig.py b/mesonbuild/modules/pkgconfig.py
index c9bec4a..e865110 100644
--- a/mesonbuild/modules/pkgconfig.py
+++ b/mesonbuild/modules/pkgconfig.py
@@ -100,8 +100,7 @@ class DependenciesHelper:
else:
raise mesonlib.MesonException('requires argument not a string, '
'library with pkgconfig-generated file '
- 'or pkgconfig-dependency object, '
- 'got {!r}'.format(obj))
+ 'or pkgconfig-dependency object, got {obj!r}')
return processed_reqs
def add_cflags(self, cflags):