Skip to content

Commit

Permalink
Stop producing the Weekly restoration expiry job #11651 (#1229)
Browse files Browse the repository at this point in the history
* Stop producing the Weekly restoration expiry job #11651

Signed-off-by: Chen <[email protected]>

* Stop producing the Weekly restoration expiry job #11651

Signed-off-by: Chen <[email protected]>
  • Loading branch information
stevenc987 authored Mar 31, 2022
1 parent a410624 commit e621e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/notebook-report/notebookreport.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def send_email(subject, filename, emailtype, errormessage):
email_list = recipients.strip('][').split(', ')
logging.info('Email recipients list is: %s', email_list)
server.sendmail(sender_email, email_list, message.as_string())
logging.info('Email with subject %s has been sent successfully!', email_list)
logging.info('Email with subject %s has been sent successfully!', subject)
server.quit()
os.remove(os.getenv('DATA_DIR', '')+filename)

Expand Down

0 comments on commit e621e13

Please sign in to comment.