diff options
Diffstat (limited to 'coverage/templite.py')
-rw-r--r-- | coverage/templite.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/coverage/templite.py b/coverage/templite.py index 4c09c113..9944695a 100644 --- a/coverage/templite.py +++ b/coverage/templite.py @@ -170,7 +170,8 @@ class Templite(object): # 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() |