Skip to content

Commit

Permalink
Fix subject HeaderParseError (#43)
Browse files Browse the repository at this point in the history
* Fix subject HeaderParseError

* Update setup.py
  • Loading branch information
dispensable authored Jul 2, 2021
1 parent 69e5a47 commit 99af9f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sa_tools_core/templates/icinga/notification.mako
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## TODO: use include mako page

%if fragment_type == 'title':
${plain_content(env, notify_type)}
${title(env, notify_type)}
%elif fragment_type == 'content':
%if notify_type in ('email', 'pushover', 'sms', 'pushbullet'):
${plain_content(env, notify_type)}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from io import open
from setuptools import setup, find_packages

version = '0.4.2'
version = '0.4.3'

requirements = [
'setuptools',
Expand Down

0 comments on commit 99af9f3

Please sign in to comment.