aboutsummaryrefslogtreecommitdiff
path: root/remote_gcc_build.py
diff options
context:
space:
mode:
authorLuis Lozano <llozano@chromium.org>2013-08-19 10:42:10 -0700
committerChromeBot <chrome-bot@google.com>2013-08-19 13:48:48 -0700
commitcd968c8905aac77b348f6a1efc5d1f3e32f13563 (patch)
treeda3adb0ad477177de451b8f43563f5f3b37ed7f8 /remote_gcc_build.py
parent7b8b2d11d0ac87ea3a9ecad976b2214e1c680bc5 (diff)
downloadtoolchain-utils-cd968c8905aac77b348f6a1efc5d1f3e32f13563.tar.gz
Fixed typo in last commit
BUG=None TESTS=Did several succesful remote builds Change-Id: Icff4f20ec44c962f52cd4cec85c3e2ab70eeb4a8 Reviewed-on: https://gerrit-int.chromium.org/43077 Reviewed-by: Yunlian Jiang <yunlian@google.com> Commit-Queue: Luis Lozano <llozano@chromium.org> Tested-by: Luis Lozano <llozano@chromium.org>
Diffstat (limited to 'remote_gcc_build.py')
-rwxr-xr-xremote_gcc_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote_gcc_build.py b/remote_gcc_build.py
index 1b367a74..a17fb701 100755
--- a/remote_gcc_build.py
+++ b/remote_gcc_build.py
@@ -119,7 +119,7 @@ def FindBuildIdFromLog(description):
build_id = int(my_dict["number"])
if result == 0:
return (result, build_id)
- else
+ else:
# Found a finished failed build.
# Keep searching to find a successful one
pass