Skip to content

Commit f3dde1c

Browse files
Update python-config-test.py
1 parent 2e99e99 commit f3dde1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sources/python-config-test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
if pkg_installer:
3030
expected_lib_dir_path = '/Library/Frameworks/Python.framework/Versions/{0}.{1}/lib'.format(version_major, version_minor)
3131
else:
32-
expected_lib_dir_path = '{os.getenv("AGENT_TOOLSDIRECTORY")}/Python/{0}/x64/lib'.format(version)
32+
expected_lib_dir_path = '{0}/Python/{1}/x64/lib'.format(os.getenv("AGENT_TOOLSDIRECTORY"), version)
3333

3434
# Check modules
3535
### Validate libraries path

0 commit comments

Comments
 (0)