mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
bpo-39505: delete the redundant '/' in $env:VIRTUAL_ENV (GH-18290)
This commit is contained in:
parent
b439a715cb
commit
787b6d548c
1 changed files with 0 additions and 1 deletions
|
|
@ -168,7 +168,6 @@ if ($VenvDir) {
|
|||
} else {
|
||||
Write-Verbose "VenvDir not given as a parameter, using parent directory name as VenvDir."
|
||||
$VenvDir = $VenvExecDir.Parent.FullName.TrimEnd("\\/")
|
||||
$VenvDir = $VenvDir.Insert($VenvDir.Length, "/")
|
||||
Write-Verbose "VenvDir=$VenvDir"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue