浏览代码

Removed space added by accident

Signed-off-by: Garcia Ruiz <[email protected]>
Garcia Ruiz 4 年之前
父节点
当前提交
c2beab6e00
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package-system/python/win_x64/build_python.bat

+ 1 - 1
package-system/python/win_x64/build_python.bat

@@ -83,7 +83,7 @@ if %ERRORLEVEL% NEQ 0 (
 echo creating the installation image...
 rem We'll actually use the real python dist builder to do this:
 cd /d %python_src%
-.\PCBuild\amd64\python.exe .\PC\layout\main.py --copy %outputdir%\python -v -d --include-stable --include-pip --include-distutils --include-tcltk --include-idle --include-tools --include-venv --include-dev --include-launchers 
+.\PCBuild\amd64\python.exe .\PC\layout\main.py --copy %outputdir%\python -v -d --include-stable --include-pip --include-distutils --include-tcltk --include-idle --include-tools --include-venv --include-dev --include-launchers
 if %ERRORLEVEL% NEQ 0 (
   echo "Failed to call python's layout script (debug)"
   exit /B 1