Skip to content

Commit

Permalink
better safe than sorry - subject for emails is configurable so that t…
Browse files Browse the repository at this point in the history
…esting emails are discerned
  • Loading branch information
adRn-s committed Feb 14, 2024
1 parent dcf8a86 commit d96c6df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dissectBCL/fakeNews.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,8 @@ def multiQC_yaml(config, flowcell, ssDic, project, laneFolder):

def mailHome(subject, _html, config, toCore=False):
mailer = MIMEMultipart('alternative')
mailer['Subject'] = '[dissectBCL] [{}] '.format(
mailer['Subject'] = '[{}] [{}] '.format(
config['communication']['subject'],
version('dissectBCL')
) + subject
mailer['From'] = config['communication']['fromAddress']
Expand Down

0 comments on commit d96c6df

Please sign in to comment.