Skip to content

Commit

Permalink
remove return
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed Dec 11, 2024
1 parent b171b29 commit 69496c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jobs/notebook-report/notebookreport.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def send_email(file_processing, emailtype, errormessage, partner_code=None):
message.attach(MIMEText("Please see the attachment(s).", "plain"))
process_email_attachments(filenames, message)

return
message["Subject"] = subject
server = smtplib.SMTP(Config.EMAIL_SMTP)
email_list = recipients.strip("][").split(", ")
Expand Down

0 comments on commit 69496c7

Please sign in to comment.