Skip to content

Commit 63f1356

Browse files
authored
remove exclamation point from email subject
1 parent 543b881 commit 63f1356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rda_python_common/PgLOG.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def send_python_email(subject = None, receiver = None, msg = None, sender = None
335335
emlmsg['Cc'] = cc
336336
logmsg += " Cc'd " + cc
337337
if not subject: subject = "Message from {}-{}".format(PGLOG['HOSTNAME'], get_command())
338-
if not re.search(r'!$', subject): subject += '!'
338+
# if not re.search(r'!$', subject): subject += '!'
339339
emlmsg['Subject'] = subject
340340
if CPID['CPID']: logmsg += " in " + CPID['CPID']
341341
logmsg += ", Subject: {}\n".format(subject)

0 commit comments

Comments
 (0)