binarymatt / pyres

a resque clone in python
http://github.com/binarydud/pyres
MIT License
955 stars 130 forks source link

fix stacktrace display #16

Closed binarymatt closed 14 years ago

binarymatt commented 14 years ago

stacktraces for failures are not displaying all the information. Need to fix

mjrusso commented 14 years ago

I made a simple fix for this that uses traceback.format_exc().

See http://github.com/mjrusso/pyres/commit/522b3a18ef0840fa64d5d535c776344e12444907

binarymatt commented 14 years ago

merged into a branch, getting ready to pull into master

binarymatt commented 14 years ago

pushed up into master