ebanner/pynt

Fix try/catch unrolling

Opened this issue · 0 comments

    try:
        LineNumberFinder(func_name, lineno).visit(tree)
    except Exception as e:
        namespace, = e.args

This code errors out and says that e is not defined. Need to capture these and insert them as some assigns.