[Mailman-Users] checkdbs errors

Jim Tittsler jwt at OnJapan.net
Tue Aug 22 03:10:19 CEST 2000


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