From cd968c8905aac77b348f6a1efc5d1f3e32f13563 Mon Sep 17 00:00:00 2001 From: Luis Lozano Date: Mon, 19 Aug 2013 10:42:10 -0700 Subject: 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 Commit-Queue: Luis Lozano Tested-by: Luis Lozano --- remote_gcc_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote_gcc_build.py') 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 -- cgit v1.2.3