| 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:
|
|
|