[Twisted-Python] eated traceback when decorate method already decorated by inlineCallbacks

Tristan Seligmann mithrandi at mithrandi.net
Fri Mar 15 21:40:53 EDT 2013


On Thu, Mar 14, 2013 at 4:20 PM,  <exarkun at twistedmatrix.com> wrote:
>         except:
>             Failure.printTraceback()

I think this was supposed to be:

except:
    Failure().printTraceback()



More information about the Twisted-Python mailing list