Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2105)

Unified Diff: bootstrap/win/win_tools.bat

Issue 53313002: Enable implicit auto-upgrade to python 2.7.5. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bootstrap/win/win_tools.bat
diff --git a/bootstrap/win/win_tools.bat b/bootstrap/win/win_tools.bat
index 2f7d044fcd252d0ea8fc8649ced12a3d905b4085..cbcb52848ff21281d011b092baa29c189751651a 100644
--- a/bootstrap/win/win_tools.bat
+++ b/bootstrap/win/win_tools.bat
@@ -113,8 +113,8 @@ goto :END
:PYTHON_CHECK
-if "%DEPOT_TOOLS_PYTHON_275%" == "1" goto :PY275_CHECK
-goto :PY26_CHECK
+if "%DEPOT_TOOLS_PYTHON_275%" == "0" goto :PY26_CHECK
+goto :PY275_CHECK
:PY26_CHECK
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698