Commit 1b977b62 authored by Evan Simpson's avatar Evan Simpson

Fix minor bug in on-error handling.

parent 63089a55
......@@ -236,7 +236,7 @@ class TALGenerator:
self.emit("insertText", cexpr, [])
else:
assert key == "structure"
self.emit("insertStructure", cexpr, attrDict, [])
self.emit("insertStructure", cexpr, {}, [])
self.emitEndTag(name)
handler = self.popProgram()
self.emit("onError", block, handler)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment