Skip to content
Snippets Groups Projects
Commit 3c9b60d2 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

force container rebuild

parent 0013d1b0
No related branches found
No related tags found
1 merge request!1611found and fixed two types of common message handling errors
Pipeline #14860 passed
......@@ -280,6 +280,7 @@ def get_analyst_email(request: Request) -> Response:
or 404 response (HTTPNotFound) if it isn't found in the capo config
"""
analyst_email = CapoConfig().settings("edu.nrao.workspaces.NotificationSettings").analystEmail
if analyst_email:
return Response(status_int=http.HTTPStatus.OK, json_body={"resp": f"{analyst_email}"})
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment