-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
notifications: fix bug when templates are given as parameter
due to a variable name clash, the loop over all templates, has set the fallback_template to a string, causing a type error
- Loading branch information
1 parent
6e528c8
commit 5b2d123
Showing
3 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
intelmq-mailgen (1.3.4-1) stable; urgency=medium | ||
|
||
* notifications: fix bug when templates are given as parameter | ||
due to a variable name clash, the loop over all templates, has set the | ||
fallback_template to a string, causing a type error | ||
|
||
-- Sebastian Wagner <[email protected]> Fri, 30 Jun 2023 17:11:41 +0200 | ||
|
||
intelmq-mailgen (1.3.3-1) stable; urgency=medium | ||
|
||
* Allow passing templates as parameters | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters