Re: [Freevo-devel] [Freevo-cvslog] Kaa r3120 - trunk/base/src/notifier
On Wed, 2008-02-20 at 19:01 +0100, Dirk Meyer wrote: > > This isn't right. You need to unpack sys.exc_info() and use the > > 3-argument form of raise. > > Fixed, I hope. Looks good. Thanks. - This SF.net email is sponsore
Re: [Freevo-devel] [Freevo-cvslog] Kaa r3120 - trunk/base/src/notifier
On Wed, 2008-02-20 at 10:03 +0100, Dirk Meyer wrote: > +except Exception, e: > +if signals['exception'].emit(*sys.exc_info()) != False: > +# Either there are no global exception handlers, or none > of > +# them explicitly returned