summaryrefslogtreecommitdiff
path: root/jinja2/compiler.py
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2009-09-13 00:22:50 -0700
committerArmin Ronacher <armin.ronacher@active-4.com>2009-09-13 00:22:50 -0700
commitefcc0e5ad10714a41092705b1ac4ffadbdb404e4 (patch)
tree6f0b3683df908b868ad118d9371994481318c7b4 /jinja2/compiler.py
parenteabf3ddcd1b14ccdc3e2a3375399e7bff4fae955 (diff)
downloadjinja2-efcc0e5ad10714a41092705b1ac4ffadbdb404e4.tar.gz
Refactoring in the way the parse function is invoked.
--HG-- branch : trunk
Diffstat (limited to 'jinja2/compiler.py')
-rw-r--r--jinja2/compiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jinja2/compiler.py b/jinja2/compiler.py
index f0deeff..5179003 100644
--- a/jinja2/compiler.py
+++ b/jinja2/compiler.py
@@ -606,7 +606,7 @@ class CodeGenerator(NodeVisitor):
)
if overriden_closure_vars:
self.fail('It\'s not possible to set and access variables '
- 'derived from an outer scope! (affects: %s' %
+ 'derived from an outer scope! (affects: %s)' %
', '.join(sorted(overriden_closure_vars)), node.lineno)
# remove variables from a closure from the frame's undeclared