Skip to content

Commit

Permalink
fixing summary type; fixing no reply message
Browse files Browse the repository at this point in the history
  • Loading branch information
d108 committed Jul 31, 2014
1 parent a8a9f0d commit 89ace83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/msg_db_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -785,9 +785,9 @@ def sendExportSummary(self, summary = ''):
:param summary: String of summary content.
:return:
"""
if self.notifier.sendNotificationEmail(summary):
if self.notifier.sendNotificationEmail(summary, testing = True):
self.notifier.recordNotificationEvent(
MSGNotificationHistoryTypes.msg_export_summary)
MSGNotificationHistoryTypes.MSG_EXPORT_SUMMARY)


def currentExportSummary(self):
Expand Down
6 changes: 3 additions & 3 deletions src/msg_notifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ def __init__(self):
"Energy Project MSG Project notification " \
"system.\n\n"

self.noReplyNotice = '\n\nThis email account is not monitored. No; ' \
self.noReplyNotice = '\n\nThis email account is not monitored. No ' \
'replies will originate from this ' \
'account.\n\nYou are receiving this; message ' \
'account.\n\nYou are receiving this message ' \
'because you are on the recipient list for ' \
'notifications for; the Hawaii Smart Energy ' \
'notifications for the Hawaii Smart Energy ' \
'Project.'


Expand Down

0 comments on commit 89ace83

Please sign in to comment.