Skip to content
Snippets Groups Projects
Yuya Nishihara's avatar
Yuya Nishihara authored
For historical reasons, None in mapping dict means there's no such keyword,
and falls back to b"". That's fine in log templates where mapping item is
generally a callable returning a value (which may be None,) but the formatter
directly puts an "evaluated" value in the mapping. So the None value has
to be lifted to wrappedvalue(None) to avoid confusion in the template engine.
7e20b705
History
Name Last commit Last update