aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/init_paths.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/init_paths.py')
-rw-r--r--sources/pyside6/tests/init_paths.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/init_paths.py b/sources/pyside6/tests/init_paths.py
index 0230ca99d..64b4f8791 100644
--- a/sources/pyside6/tests/init_paths.py
+++ b/sources/pyside6/tests/init_paths.py
@@ -54,7 +54,7 @@ def _get_qt_dir():
break
if not result:
raise ValueError('Unable to locate Qt. Please set the environment variable QT_DIR')
- print('Qt as determined by path search: {}'.format(result), file=sys.stderr)
+ print(f"Qt as determined by path search: {result}", file=sys.stderr)
return result