Skip to content

Commit

Permalink
o2oRun_SiStripDCS email warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JanChyczynski committed Sep 11, 2024
1 parent 405e5fa commit 1ab62b2
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 1ab62b2

Please sign in to comment.