python-microscope / microscope

Python library for control of microscope devices, supporting hardware triggers and distribution of devices over the network for performance and flexibility.
https://www.python-microscope.org
GNU General Public License v3.0
70 stars 41 forks source link

Exceptions don't have attr 'message' in python 3. #83

Closed mickp closed 5 years ago

mickp commented 5 years ago

This is a quick fix for issue #76. We should probably consider using custom exceptions to catch and appropriately handle these errors.