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

Unified Diff: trychange.py

Issue 5995003: Workaround the fact that pylint calls sys.exit(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: fix presubmit check while at it Created 10 years 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 | « presubmit_canned_checks.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trychange.py
diff --git a/trychange.py b/trychange.py
index 0360d4fa4f7d72a7bc9f9a37daf25a9abaa75e08..88129e72be5bfea87f5c3b09d34dcd8d3cc8a9f7 100755
--- a/trychange.py
+++ b/trychange.py
@@ -656,7 +656,7 @@ def TryChange(argv,
checkouts = []
path = os.getcwd()
if options.upstream_branch:
- path += '@' + options.upstream_branch
+ path += '@' + options.upstream_branch
checkouts.append(GuessVCS(options, path))
checkouts[0].AutomagicalSettings()
for item in options.sub_rep:
« no previous file with comments | « presubmit_canned_checks.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698