Skip to content

Commit

Permalink
Merge pull request #45977 from JanChyczynski/SiStrip_O2O_mail_fix
Browse files Browse the repository at this point in the history
o2oRun_SiStripDCS email warning fix
  • Loading branch information
cmsbuild authored Sep 12, 2024
2 parents 452f428 + 7c0c306 commit 242094f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CondTools/SiStrip/scripts/o2oRun_SiStripDCS.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def summary(args, is_ok, logfile):
debugLabel = '[TEST] ' if args.debug else ''
with open(logfile, 'rb') as log:
helper.send_mail(subject='%sDCS O2O Failure: %s' % (debugLabel, args.jobname),
message=log.read(),
message=str(log.read()),
send_to=args.mail_log_to,
send_from=args.mail_from)

Expand Down

0 comments on commit 242094f

Please sign in to comment.