Jason Tackaberry wrote:
> 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 False to abort mainloop 
>> +                    # termination.  So abort the main loop.
>> +                    raise sys.exc_info()
>
> This isn't right.  You need to unpack sys.exc_info() and use the
> 3-argument form of raise.

Fixed, I hope.


Dischi

-- 
This message was sent to you via email in much the same way bricks
aren't.

Attachment: pgpdVdkbLZOgE.pgp
Description: PGP signature

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to