8000 fix(windows): verbose output on Windows (#339) · actions/python-versions@56544d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 56544d4

Browse files
authored
fix(windows): verbose output on Windows (#339)
1 parent 96e291c commit 56544d4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

installers/win-setup-template.ps1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,6 @@ if ($LASTEXITCODE -ne 0) {
126126
Throw "Error happened during Python installation"
127127
}
128128

129-
# print out all files in $PythonArchPath
130-
Write-Host "Files in $PythonArchPath"
131-
$files = Get-ChildItem -Path $PythonArchPath -File -Recurse
132-
Write-Output $files
133-
134129
if ($IsFreeThreaded) {
135130
# Delete python.exe and create a symlink to free-threaded exe
136131
Remove-Item -Path "$PythonArchPath\python.exe" -Force

0 commit comments

Comments
 (0)
0