[git-cl] set math is done with | not +
TBR=tandrii@chromium.org
Bug:
Change-Id: I1f533344b915bc4581739f508978f837a8c90f8c
Reviewed-on: https://chromium-review.googlesource.com/481073
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
diff --git a/git_cl.py b/git_cl.py
index bc33bd3..f0dba6e 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -3297,7 +3297,7 @@
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))