We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e99e99 commit f3dde1cCopy full SHA for f3dde1c
tests/sources/python-config-test.py
@@ -29,7 +29,7 @@
29
if pkg_installer:
30
expected_lib_dir_path = '/Library/Frameworks/Python.framework/Versions/{0}.{1}/lib'.format(version_major, version_minor)
31
else:
32
- 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)
33
34
# Check modules
35
### Validate libraries path
0 commit comments