Skip to content

Commit e4abc4c

Browse files
committed
refactor: remove .pth configuration success message
1 parent 43b83dc commit e4abc4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,6 @@ function Configure-PythonPth {
10501050
# Uncomment import site to enable site-packages
10511051
$pthContent = $pthContent -replace "#import site", "import site"
10521052
Set-Content -Path $pthFile.FullName -Value $pthContent -NoNewline -ErrorAction Stop
1053-
Write-LogInfo "pth_file_configured"
10541053
}
10551054
}
10561055
catch {
@@ -1083,6 +1082,7 @@ function Install-PortablePython {
10831082
$result.Result = 0
10841083
}
10851084
else {
1085+
Write-LogWarning "python_version_failed" $portablePython
10861086
$result.Result = 1
10871087
}
10881088
}

0 commit comments

Comments
 (0)