I also get the following error from nightly_htdig:

Traceback (most recent call last):
  File "/var/mailman/cron/nightly_htdig", line 153, in ?
    main()
  File "/var/mailman/cron/nightly_htdig", line 138, in main
    if status:
NameError: global name 'status' is not defined

Which corresponds to the code:

    dUmMy= (os.system(cmd) >> 8) & 0xff
    if status:
        print _('rundig failed for list %(name)s, exit code: %(status)s')

It seems like "dUmMy" should be replaced by "status".

 - todd

------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [email protected]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to