From 608a3d3e6097c17cd915bcab53b55874cd3eb340 Mon Sep 17 00:00:00 2001 From: Aaron Robinson Date: Fri, 17 Jan 2025 09:05:17 +0000 Subject: [PATCH] re-add missing comments --- scripts/confirm-environment-owner/owner-notification.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/confirm-environment-owner/owner-notification.py b/scripts/confirm-environment-owner/owner-notification.py index 316a346f1..c46ffa584 100644 --- a/scripts/confirm-environment-owner/owner-notification.py +++ b/scripts/confirm-environment-owner/owner-notification.py @@ -3,6 +3,13 @@ import argparse from notifications_python_client.notifications import NotificationsAPIClient +# Sends an email to the environment owner using Gov Notify with the following parameters: +# - The environment name +# - The owner email address +# - A link to the github issue generated by the calling script. + +# Using argparse instead of sys.argv. + EMAIL_BODY_TEMPLATE = """ Hello,