aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tools/cpp/wrapper/bin/call_python.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cpp/wrapper/bin/call_python.bat b/tools/cpp/wrapper/bin/call_python.bat
index 549917d10c..93ab0fea3f 100644
--- a/tools/cpp/wrapper/bin/call_python.bat
+++ b/tools/cpp/wrapper/bin/call_python.bat
@@ -23,4 +23,4 @@ set PYDIR="%DRIVER_BIN%pydir"
::TODO(pcloudy): Remove hard code path, user should be able to configure
if not defined MSVCPYTHON set MSVCPYTHON=C:\python_27_amd64\files\python.exe
-%MSVCPYTHON% "%PYDIR%\%TOOLNAME%.py" %*
+%MSVCPYTHON% -B "%PYDIR%\%TOOLNAME%.py" %*