[Mailman-Users] htdig integration patches

Todd C. Miller Todd.Miller at courtesan.com
Wed Jan 22 16:21:10 CET 2003


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



More information about the Mailman-Users mailing list