summaryrefslogtreecommitdiff
path: root/test cases/common/140 mesonintrospect from scripts/check_env.py
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/140 mesonintrospect from scripts/check_env.py')
-rw-r--r--test cases/common/140 mesonintrospect from scripts/check_env.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/140 mesonintrospect from scripts/check_env.py b/test cases/common/140 mesonintrospect from scripts/check_env.py
index 2d46d888f..61de54674 100644
--- a/test cases/common/140 mesonintrospect from scripts/check_env.py
+++ b/test cases/common/140 mesonintrospect from scripts/check_env.py
@@ -22,7 +22,7 @@ introspect_arr = shlex.split(mesonintrospect)
some_executable = introspect_arr[0]
if not os.path.isfile(some_executable):
- raise RuntimeError('{!r} does not exist'.format(mesonintrospect))
+ raise RuntimeError(f'{mesonintrospect!r} does not exist')
if do_print:
print(some_executable, end='')