On Tue, 14 Jan 2003 06:22:31 -0600, Mark McArthey
<[EMAIL PROTECTED]> wrote:

> I was clicking around in tmda-cgi (first, last, next, next, next, first,
> etc), and received the following error.  I apologize if this has been
> submitted before, but I wanted to make sure.
> Mark
> 
> 
> AttributeError: 'NoneType' object has no attribute 'group'

Yeah, this oversight was mentioned a while 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