Skip to content
Prev 140658 / 398506 Next

Second & subsequent calls to function fails. Please help debug.

On 29/03/2008 9:47 PM, Michael Kubovy wrote:
I don't see anything obvious, so I guess it's the usual advice:

Use traceback() to see what function was trying to do the parsing. 
Debug that function, and see why it was trying to parse that string.
If that doesn't make it obvious, put together a minimal reproducible 
version that others can try, and see if anyone else can spot the problem.

Duncan Murdoch