aboutsummaryrefslogtreecommitdiffhomepage
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py2
1 files changed, 1 insertions, 1 deletions
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)