--- a/DebugClients/Python/coverage/templite.py Mon Apr 02 12:04:56 2018 +0200 +++ b/DebugClients/Python/coverage/templite.py Tue May 01 12:03:52 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()