Skip to content
Snippets Groups Projects
Commit b37c6ec2 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

Task #10494: fixed sciencesupport email address in LOFAR 2.20 branch

parent 3eecc32a
No related branches found
No related tags found
No related merge requests found
...@@ -158,17 +158,10 @@ def mail_log_on_exception(target): ...@@ -158,17 +158,10 @@ def mail_log_on_exception(target):
msg_string = "duration: {0} \n "\ msg_string = "duration: {0} \n "\
"No additional pipeline data available".format(duration_recipe) "No additional pipeline data available".format(duration_recipe)
_mail_msg_to("pipeline_finished", "klijn@astron.nl",
"pipeline finished: {0}: {1}".format(
os.path.basename(calling_object.__file__),
calling_object.inputs['job_name']),
msg_string)
except Exception, message: except Exception, message:
# Static list of mail to be send # Static list of mail to be send
mail_list = ["klijn@astron.nl", mail_list = ["orru@astron.nl",
"orru@astron.nl", "sos@astron.nl"
"sciencesupport@astron.nl"
] ]
# get the active stack # get the active stack
......
...@@ -34,5 +34,5 @@ TRANSFER_TIMEOUT = 300 ...@@ -34,5 +34,5 @@ TRANSFER_TIMEOUT = 300
FINISHED_NOTIFICATION_MAILING_LIST=['schaap@astron.nl','softwaresupport@astron.nl'] FINISHED_NOTIFICATION_MAILING_LIST=['schaap@astron.nl','softwaresupport@astron.nl']
if isProductionEnvironment(): if isProductionEnvironment():
FINISHED_NOTIFICATION_MAILING_LIST += ['observer@astron.nl','sciencesupport@astron.nl'] FINISHED_NOTIFICATION_MAILING_LIST += ['observer@astron.nl','sos@astron.nl']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment