On Sun, 12 Jan 2003 16:15:53 -0800, "Danny Thorpe"
<[EMAIL PROTECTED]> wrote:

> AttributeError: 'NoneType' object has no attribute 'group'

Yeah, this oversight was mentioned a couple days ago on this list.  An
updated version of contrib/cgi/Pending.py can be found in CVS
(http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/tmda/tmda/contrib/cgi/Pending.py?rev=1.11&content-type=text/plain)
or you can make the following mod:

contrib/cgi/Pending.py:

235c235
<       except (TypeError, ValueError):
---
>       except (TypeError, ValueError, AttributeError):

Gre7g.
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to