From f3dde1c7022b8e19bf5fc8b13b6aad13f1f6e20b Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Mon, 5 Dec 2022 17:13:56 +0100 Subject: [PATCH] Update python-config-test.py --- tests/sources/python-config-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sources/python-config-test.py b/tests/sources/python-config-test.py index cc0a3cb5..fef26b98 100644 --- a/tests/sources/python-config-test.py +++ b/tests/sources/python-config-test.py @@ -29,7 +29,7 @@ if pkg_installer: expected_lib_dir_path = '/Library/Frameworks/Python.framework/Versions/{0}.{1}/lib'.format(version_major, version_minor) else: - expected_lib_dir_path = '{os.getenv("AGENT_TOOLSDIRECTORY")}/Python/{0}/x64/lib'.format(version) + expected_lib_dir_path = '{0}/Python/{1}/x64/lib'.format(os.getenv("AGENT_TOOLSDIRECTORY"), version) # Check modules ### Validate libraries path