Fix JIRA comment indexing when author has no email (#1663)

This commit is contained in:
Art Matsak 2024-09-08 18:43:09 +02:00 committed by GitHub
parent c8891a5829
commit d985cd4352
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,6 +84,7 @@ def _get_comment_strs(
if (
hasattr(comment, "author")
and hasattr(comment.author, "emailAddress")
and comment.author.emailAddress in comment_email_blacklist
):
continue # Skip adding comment if author's email is in blacklist