on
Thanks
Siddhartha
-- Forwarded message --
From: Steve Holden
To:
Date: Tue, 26 Jan 2010 11:54:23 -0500
Subject: Re: TypeError not caught by except statement
siddhartha veedaluru wrote:
> Hi,
>
> except not able to caught the TypeError exception occured
on
Thanks
Siddhartha
-- Forwarded message --
From: Steve Holden
To:
Date: Tue, 26 Jan 2010 11:54:23 -0500
Subject: Re: TypeError not caught by except statement
siddhartha veedaluru wrote:
> Hi,
>
> except not able to caught the TypeError exception occured
Hi,
except not able to caught the TypeError exception occured in the below
code
log.info("refer",ret) in the try block
throws a TypeError which is not caught .
Also sometimes process is getting hanged.
--