Skip to content

Commit e84e12e

Browse files
committed
Reformat
1 parent f34278a commit e84e12e

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
@@ -1275,7 +1275,13 @@ def build_cpython(
12751275
tcltk_commit = DOWNLOADS["tk-windows-bin"]["git_commit"]
12761276
tcltk_path = td / ("cpython-bin-deps-%s" % tcltk_commit)
12771277
tcltk_arch = {"amd64": "amd64", "x86": "win32"}[arch]
1278-
(tcltk_path / tcltk_arch / "lib" / "nmake" / "x86_64-w64-mingw32-nmakehlp.exe").unlink()
1278+
(
1279+
tcltk_path
1280+
/ tcltk_arch
1281+
/ "lib"
1282+
/ "nmake"
1283+
/ "x86_64-w64-mingw32-nmakehlp.exe"
1284+
).unlink()
12791285

12801286
cpython_source_path = td / ("Python-%s" % python_version)
12811287
pcbuild_path = cpython_source_path / "PCbuild"

0 commit comments

Comments
 (0)