Skip to content

Commit

Permalink
Merge pull request #45979 from JanChyczynski/SiStrip_O2O_mail_fix_14_0
Browse files Browse the repository at this point in the history
[14_0_X] o2oRun_SiStripDCS email warning fix
  • Loading branch information
cmsbuild authored Sep 12, 2024
2 parents 05fc563 + f1288d0 commit d771c6b
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 d771c6b

Please sign in to comment.