hootnot / oandapyV20-examples

Examples demonstrating the use of oandapyV20 (oanda-api-v20)
MIT License
147 stars 65 forks source link

fix unboundlocal issue in python 3 #7

Closed hootnot closed 7 years ago

hootnot commented 7 years ago

In python 3 exception handling differs from python 2. In python 3 the exception needs to be saved for access after the except block