mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +00:00
bpo-33831: Make htmlview run again (GH-7628)
This commit is contained in:
parent
2c071cebe6
commit
0e5f901508
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ cmd /C %this% html
|
||||||
|
|
||||||
if EXIST "%BUILDDIR%\html\index.html" (
|
if EXIST "%BUILDDIR%\html\index.html" (
|
||||||
echo.Opening "%BUILDDIR%\html\index.html" in the default web browser...
|
echo.Opening "%BUILDDIR%\html\index.html" in the default web browser...
|
||||||
start "%BUILDDIR%\html\index.html"
|
start "" "%BUILDDIR%\html\index.html"
|
||||||
)
|
)
|
||||||
|
|
||||||
goto end
|
goto end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue