diff -r bedab77d0fa3 -r d6c795b5ce33 DebugClients/Python/coverage/templite.py --- a/DebugClients/Python/coverage/templite.py Sat Apr 07 13:17:06 2018 +0200 +++ b/DebugClients/Python/coverage/templite.py Sat Apr 07 13:35:10 2018 +0200 @@ -170,7 +170,8 @@ # An expression to evaluate. expr = self._expr_code(token[start:end].strip()) buffered.append("to_str(%s)" % expr) - elif token.startswith('{%'): + else: + # token.startswith('{%') # Action tag: split into words and parse further. flush_output()