Commit 1bc30fdf authored by Robert Bradshaw's avatar Robert Bradshaw

minor fix

parent 45ae3959
......@@ -4547,9 +4547,9 @@ class TryFinallyStatNode(StatNode):
Naming.exc_vars)
code.putln(
"%s = %s;" % (
Naming.exc_lineno_name, Naming.lineno_cname))
code.put_goto(catch_label)
code.putln(
"}")
code.putln("}")
def put_error_uncatcher(self, code, i, error_label):
code.globalstate.use_utility_code(restore_exception_utility_code)
......
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