zulip/zerver/webhooks/jira
Eeshan Garg f645de255c webhooks/jira: Avoid UnboundLocalErrors for event handler functions.
If the event key is None, the handler content_func never gets
defined, which leads to an UnboundLocalError. This can be easily
avoided by having a dedicated function that handles the case for
when the event key is None.
2019-06-16 15:19:53 -07:00
..
fixtures webhooks/jira: Fix markup conversion of full links. 2019-05-27 23:41:11 -07:00
__init__.py
doc.md webhooks/jira: Ignore comment_created message. 2019-05-01 16:32:58 -07:00
tests.py webhooks/jira: Fix markup conversion of full links. 2019-05-27 23:41:11 -07:00
view.py webhooks/jira: Avoid UnboundLocalErrors for event handler functions. 2019-06-16 15:19:53 -07:00