Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
monoidic committed Nov 1, 2023
1 parent 784662a commit 9ccf164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intelmq/bots/experts/jinja/expert.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def init(self):

for field, template in self._templates.items():
try:
self.fields[field] = Template(template)
self._templates[field] = Template(template)
except TemplateError as msg:
raise ValueError(f"Error parsing Jinja Template for '{field}': {msg}")

Expand Down

0 comments on commit 9ccf164

Please sign in to comment.