Show More
@@ -432,7 +432,7 def get(context, mapping, args): | |||
|
432 | 432 | raise error.ParseError(_("get() expects a dict as first argument")) |
|
433 | 433 | |
|
434 | 434 | key = args[1][0](context, mapping, args[1][1]) |
|
435 |
|
|
|
435 | return dictarg.get(key) | |
|
436 | 436 | |
|
437 | 437 | def if_(context, mapping, args): |
|
438 | 438 | """:if(expr, then[, else]): Conditionally execute based on the result of |
General Comments 0
You need to be logged in to leave comments.
Login now