[Python-projects] bug: pylint: .bat files parameter handling on windows

Kun-Szabó Gyula gyula.kun-szabo at freemail.hu
Thu Nov 20 17:37:59 CET 2008


Hello,
 
I have noticed that the .bat files use self-passing to python with this line:
 
    python -x %~f0 %*
 
This call fails if the installation path contains spaces.

The form 
    python -x "%~f0" %*
or
    python -x %~fs0 %*
 
should be used instead.

Gyula


______________________________________________________________________
Most kell kötelező biztosítást váltani! Minden biztosító ajánlata egy helyen: Váltson nálunk: www.biztositastipp.hu



More information about the Python-Projects mailing list