analogdevicesinc / libsmu

Software abstractions for the analog signal exploration tools.
http://analogdevicesinc.github.io/libsmu/
BSD 3-Clause "New" or "Revised" License
32 stars 31 forks source link

Solved some Python 2-3 compatibility problems. #137

Closed cristi-iacob closed 4 years ago

cristi-iacob commented 4 years ago

Python3 doesn't support Exception.message() anymore. Changed this in order to work on both Python2 and Python3.

Signed-off-by: Cristi Iacob cristian.iacob@analog.com