Skip to content

Commit b307429

Browse files
committed
Reformat
1 parent 6881514 commit b307429

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

cpython-windows/build.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,13 @@ def build_cpython(
13071307
tcltk_commit = DOWNLOADS["tk-windows-bin"]["git_commit"]
13081308
tcltk_path = td / ("cpython-bin-deps-%s" % tcltk_commit)
13091309
tcltk_arch = {"amd64": "amd64", "x86": "win32"}[arch]
1310-
(tcltk_path / tcltk_arch / "lib" / "nmake" / "x86_64-w64-mingw32-nmakehlp.exe").unlink()
1310+
(
1311+
tcltk_path
1312+
/ tcltk_arch
1313+
/ "lib"
1314+
/ "nmake"
1315+
/ "x86_64-w64-mingw32-nmakehlp.exe"
1316+
).unlink()
13111317

13121318
cpython_source_path = td / ("Python-%s" % python_version)
13131319
pcbuild_path = cpython_source_path / "PCbuild"

0 commit comments

Comments
 (0)