Skip to content

Commit

Permalink
False instead of None
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Costello committed Dec 13, 2024
1 parent 04eb213 commit 0db48a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corehq/util/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def get_traceback_string():
return f.getvalue()


def send_HTML_email(subject, recipient, html_content, is_conditional_alert=None, *args, **kwargs):
def send_HTML_email(subject, recipient, html_content, is_conditional_alert=False, *args, **kwargs):
return _send_HTML_email(
subject,
recipient,
Expand Down

0 comments on commit 0db48a5

Please sign in to comment.