verloop / twirpy

Twirp's python implementation
The Unlicense
99 stars 20 forks source link

python3 errors should convert to strings via str() rather than e.message #34

Closed Ghnuberath closed 3 years ago

Ghnuberath commented 3 years ago

Closes #33

Resolves an undesired AttributeError which obscures the underlying ConnectionError.

avinassh commented 3 years ago

Thank you! 🥳