bstempi / pyswf

Classes that build on Boto's SWF classes to make workflow construction easier.
9 stars 0 forks source link

Exceptions are not always serialized correctly #7

Open bstempi opened 8 years ago

bstempi commented 8 years ago

Sometimes exception.message does not work. It needs to be replaced with repr(exception).