Commit d48aa437 authored by Stephen Martinis's avatar Stephen Martinis Committed by LUCI CQ

Followup fix for https://crrev.com/c/2587268

https://crrev.com/c/2587268 changed function signatures to remove a
project argument. One function call was missed in the CL. This CL fixes
the function call.

Change-Id: Ice45072aa467ed6c56efabf405a7aac03f4b047c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2613785Reviewed-by: 's avatarEdward Lesmes <ehmaldonado@chromium.org>
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
parent 6650f7c2
......@@ -1384,7 +1384,7 @@ class Changelist(object):
f for f in files
if status[f] == owners_client.INSUFFICIENT_REVIEWERS
]
add_owners = client.SuggestOwners(project, branch, missing_files)
add_owners = client.SuggestOwners(missing_files)
change_description.update_reviewers(
options.reviewers, options.tbrs, options.add_owners_to, add_owners)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment