Skip to content

Commit cf4f0ab

Browse files
authored
Update test_build_details.py
1 parent 69684c2 commit cf4f0ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_build_details.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def location(self):
126126
if sysconfig.is_python_build():
127127
projectdir = sysconfig.get_config_var('projectbase')
128128
pybuilddir = os.path.join(projectdir, 'pybuilddir.txt')
129-
with open(pybuilddir, encoding='utf-8') as f:
129+
with open(pybuilddir, encoding='utf-8') as f:
130130
dirname = os.path.join(projectdir, f.read())
131131
else:
132132
dirname = sysconfig.get_path('stdlib')

0 commit comments

Comments
 (0)