Переглянути джерело

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