scrapy.bat: minor fix to support spaces in python installation dir (windows)

This commit is contained in:
Pablo Hoffman 2010-11-22 00:39:45 -02:00
parent 91a7c25797
commit 91e6753035
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ rem Use a full path to Python (relative to this script) as the standard Python
rem install does not put python.exe on the PATH...
rem %~dp0 is the directory of this script
%~dp0..\python "%~dp0scrapy" %*
"%~dp0..\python" "%~dp0scrapy" %*
endlocal