Skip to content
Snippets Groups Projects
Commit ea3bada9 authored by Wagner Bruna's avatar Wagner Bruna
Browse files

templater: fix variable name

'format' was renamed to 'parsed' in 0d50586a9d31
parent d0e21c5f
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@
v = self._get(mapping, key)
if not hasattr(v, '__iter__'):
raise SyntaxError(_("error expanding '%s%%%s'")
% (key, format))
% (key, parsed))
lm = mapping.copy()
for i in v:
if isinstance(i, dict):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment