DebugClients/Python/coverage/templite.py

changeset 6219
d6c795b5ce33
parent 5178
878ce843ca9f
--- 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()
 

eric ide

mercurial