From 1bb2523e5877b32554593b149b710606096bbe5e Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 14 Sep 2021 22:54:40 -0400 Subject: remove f from f-string that has no formatting --- mesonbuild/mconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild/mconf.py') diff --git a/mesonbuild/mconf.py b/mesonbuild/mconf.py index 4b3f331..b58eaa7 100644 --- a/mesonbuild/mconf.py +++ b/mesonbuild/mconf.py @@ -298,7 +298,7 @@ class Conf: if not mismatching: return print("\nThe following option(s) have a different value than the build type default\n") - print(f' current default') + print(' current default') for m in mismatching: print(f'{m[0]:21}{m[1]:10}{m[2]:10}') -- cgit v1.1