Commit 100aa213 authored by Robert Iannucci's avatar Robert Iannucci Committed by Robbie Iannucci

[git-cl] set math is done with | not +

TBR=tandrii@chromium.org

Bug:

Change-Id: I1f533344b915bc4581739f508978f837a8c90f8c
Reviewed-on: https://chromium-review.googlesource.com/481073Reviewed-by: 's avatarRobbie Iannucci <iannucci@chromium.org>
parent e8acd40a
......@@ -3297,7 +3297,7 @@ class ChangeDescription(object):
owners_db = owners.Database(change.RepositoryRoot(),
fopen=file, os_path=os.path)
missing_files = owners_db.files_not_covered_by(change.LocalPaths(),
(tbrs + reviewers))
(tbrs | reviewers))
LOOKUP[add_owners_to].update(
owners_db.reviewers_for(missing_files, change.author_email))
......
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