Skip to content

Commit

Permalink
Adding success state (#2814)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgliss authored Jan 9, 2023
1 parent 138c983 commit e52af85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dispatch/evergreen/scheduled.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def create_evergreen_reminder(
name = subject = notification_text = "Evergreen Reminder"

# Can raise exception "tenacity.RetryError: RetryError". (Email may still go through).
success = False
try:
success = plugin.instance.send(
owner_email,
Expand Down

0 comments on commit e52af85

Please sign in to comment.