From e951e4a1dca5c6706b11e402838d9e14de430a05 Mon Sep 17 00:00:00 2001 From: Ravi Mistry Date: Thu, 7 Dec 2017 13:36:27 -0500 Subject: PostUploadHook needs to return something NoTry: true Bug: skia: Change-Id: I46bf81f2221e5d8e50fdde7fb9a20bf53c760ac2 Reviewed-on: https://skia-review.googlesource.com/82121 Reviewed-by: Ravi Mistry Commit-Queue: Ravi Mistry --- PRESUBMIT.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PRESUBMIT.py') diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 3499246b18..a5cc808efe 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -475,7 +475,7 @@ def PostUploadHook(cl, change, output_api): # due to PostUploadHooks) invalidates the CQ+2 vote from the # "--use-commit-queue" flag to "git cl upload". if cl.GetIssueOwner() in AUTO_COMMIT_BOTS: - return + return results original_description_lines, footers = cl.GetDescriptionFooters() new_description_lines = list(original_description_lines) -- cgit v1.2.3