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

Unified Diff: tools/bisect-builds.py

Issue 2146583002: Remove trailing garbage from bisect-builds.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: tools/bisect-builds.py
diff --git a/tools/bisect-builds.py b/tools/bisect-builds.py
index f080e18f43117d11ea283faaf301b341e99a0269..e89ce104242a68fdc825c92ceac1b0e33838fcf1 100755
--- a/tools/bisect-builds.py
+++ b/tools/bisect-builds.py
@@ -894,7 +894,7 @@ def GetBlinkDEPSRevisionForChromiumRevision(self, rev):
m = blink_re.search(url.read())
url.close()
if m:
- return m.group(1)]
+ return m.group(1)
url = urllib.urlopen(DEPS_FILE % GetGitHashFromSVNRevision(rev))
if url.getcode() == 200:
« 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