tango-controls / pytango

This project was moved to gitlab.com
http://pytango.rtfd.io
55 stars 44 forks source link

Preserve cause of exception when getting/setting attribute in DeviceProxy #365

Closed woutdenolf closed 4 years ago

woutdenolf commented 4 years ago

Closes #364

woutdenolf commented 4 years ago

I guess we still need to support python 2?

from six import raise_from
ajoubertza commented 4 years ago

I guess we still need to support python 2?

Yes, please!