summaryrefslogtreecommitdiff
path: root/bin/pylint.bat
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pylint.bat')
-rw-r--r--bin/pylint.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pylint.bat b/bin/pylint.bat
index 772735a..6fab01a 100644
--- a/bin/pylint.bat
+++ b/bin/pylint.bat
@@ -2,7 +2,7 @@
rem = """-*-Python-*- script
rem -------------------- DOS section --------------------
rem You could set PYTHONPATH or TK environment variables here
-python -x %~f0 %*
+python -x "%~f0" %*
goto exit
"""