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

Unified Diff: git-try

Issue 561001: fix git-try broken by CheckCall return type change (Closed)
Patch Set: Created 10 years, 11 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: git-try
diff --git a/git-try b/git-try
index 9c2b88878ba10defadc629fa44cb41391ce83acc..099ed5f8fb68ad7ac81ee33c19cc86f147fce4bd 100755
--- a/git-try
+++ b/git-try
@@ -30,7 +30,7 @@ def GetRietveldPatchsetNumber():
def GetRietveldServerUrl():
return GIT.Capture(
- ['config', 'rietveld.server'], error_ok=True).strip()
+ ['config', 'rietveld.server'], error_ok=True)[0].strip()
if __name__ == '__main__':
« 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