Index: presubmit_canned_checks.py |
diff --git a/presubmit_canned_checks.py b/presubmit_canned_checks.py |
index ae6ec97608362c94d33750ce1cd903a6ca114c80..0a78af3c527a96c56992b94fe8579f474ded6f7b 100644 |
--- a/presubmit_canned_checks.py |
+++ b/presubmit_canned_checks.py |
@@ -648,7 +648,7 @@ def CheckOwners(input_api, output_api, email_regexp=None, |
return [] |
suggested_reviewers = owners_db.reviewers_for(affected_files) |
- return [output_api.PresubmitAddText('R=%s' % ','.join(suggested_reviewers))] |
+ return [output_api.PresubmitAddReviewers(suggested_reviewers)] |
def _Approvers(input_api, email_regexp): |