Show More
@@ -186,7 +186,7 b' def clean(mctx, x):' | |||||
186 | def func(mctx, a, b): |
|
186 | def func(mctx, a, b): | |
187 | if a[0] == 'symbol' and a[1] in symbols: |
|
187 | if a[0] == 'symbol' and a[1] in symbols: | |
188 | return symbols[a[1]](mctx, b) |
|
188 | return symbols[a[1]](mctx, b) | |
189 | raise error.ParseError(_("not a function: %s") % a[1]) |
|
189 | raise error.UnknownIdentifier(a[1], symbols.keys()) | |
190 |
|
190 | |||
191 | def getlist(x): |
|
191 | def getlist(x): | |
192 | if not x: |
|
192 | if not x: |
General Comments 0
You need to be logged in to leave comments.
Login now