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 69684c2 commit cf4f0abCopy full SHA for cf4f0ab
1 file changed
Lib/test/test_build_details.py
@@ -126,7 +126,7 @@ def location(self):
126
if sysconfig.is_python_build():
127
projectdir = sysconfig.get_config_var('projectbase')
128
pybuilddir = os.path.join(projectdir, 'pybuilddir.txt')
129
- with open(pybuilddir, encoding='utf-8') as f:
+ with open(pybuilddir, encoding='utf-8') as f:
130
dirname = os.path.join(projectdir, f.read())
131
else:
132
dirname = sysconfig.get_path('stdlib')
0 commit comments