caterinaurban / Typpete

35 stars 6 forks source link

Variable name in except clause is not added to context #25

Closed marcoeilers closed 7 years ago

marcoeilers commented 7 years ago

In a try-except block, with code like except Exception as e: ..., the variable e is unknown in the except block.

marcoeilers commented 7 years ago

Fixed in pull request #34.