Is there a way to continue after an exception ?

Krister Svanlund krister.svanlund at gmail.com
Sat Feb 20 18:59:40 EST 2010


On Sun, Feb 21, 2010 at 12:52 AM, Stef Mientki <stef.mientki at gmail.com> wrote:
> hello,
>
> I would like my program to continue on the next line after an uncaught
> exception,
> is that possible ?
>
> thanks
> Stef Mientki
>

Yes, you catch the exception and do nothing.



More information about the Python-list mailing list