[Mailman-Users] checkdbs errors

John Thornton johnt at fizzylab.com
Wed Aug 23 02:19:11 CEST 2000


Yes. adding the missing perens did the trick. thank you.
~J

On Tue, 22 Aug 2000, Jim Tittsler wrote:

> On Mon, Aug 21, 2000 at 05:08:39PM -0700, John Thornton wrote:
> > Has anyone experienced this error from checkdbs?
> 
> Yes, so many people I believe it has already been fixed in more
> recent releases.  :-)
> 
> > File "/home/mailman/cron/checkdbs", line 72, in pending_requests
> >     pending.append(' %s %s' % addr, time.ctime(when))
> > TypeError: not enough arguments for format string
> 
> Try adding the missing parens to make that line:
>         pending.append('    %s %s' % (addr, time.ctime(when)))
> 
> Or install a newer Mailman.
> 
> -- 
> Jim Tittsler, Tokyo
> Python Starship     http://starship.python.net/crew/jwt/
> 





More information about the Mailman-Users mailing list