summaryrefslogtreecommitdiff
path: root/email_assistant/assistant.py
diff options
context:
space:
mode:
authorJames E. Blair <corvus@gnu.org>2019-09-21 15:52:51 -0700
committerJames E. Blair <corvus@gnu.org>2019-09-21 15:52:51 -0700
commit0eb942456239b2708a7b3b9fb628b0d0a4f89e5d (patch)
tree97fcec57d7447545f21dfe91f4eaa1e403ede0dc /email_assistant/assistant.py
parent3177ba26421b730bdf475fc2e991eef9ab9ef067 (diff)
Update United parsingHEADmaster
Diffstat (limited to 'email_assistant/assistant.py')
-rw-r--r--email_assistant/assistant.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/email_assistant/assistant.py b/email_assistant/assistant.py
index d39b016..e6bfc66 100644
--- a/email_assistant/assistant.py
+++ b/email_assistant/assistant.py
@@ -198,6 +198,7 @@ class Assistant:
198 try: 198 try:
199 for p in self.plugins: 199 for p in self.plugins:
200 if p.match(msg): 200 if p.match(msg):
201 self.log.debug("Matched %s", p.name)
201 events = p.get_events(msg) 202 events = p.get_events(msg)
202 break 203 break
203 except Exception: 204 except Exception: