[ mailman-Bugs-1000304 ] uncaught archiver exception [PATCH]

SourceForge.net noreply at sourceforge.net
Thu Jul 29 21:56:32 CEST 2004


Bugs item #1000304, was opened at 2004-07-29 12:56
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1000304&group_id=103

Category: Pipermail
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Brian Warner (warner)
Assigned to: Nobody/Anonymous (nobody)
Summary: uncaught archiver exception [PATCH]

Initial Comment:
I encountered an exception in the HyperArch module
while rebuilding the pipermail archives of one of my
mailing lists. The error is a simple missing  'import'
at the top of the file.

Mailman.Archiver.HyperArch.Article._open_list (line 332
in 2.1.4) reads:

            except Errors.MMListError, e:

but that module fails to import Mailman.Errors, so I
get a NameError at this point. I'm not sure why it
doesn't happen all the time: perhaps that code is only
executed when you're manually rebuilding the archives
or something.

It looks like this bug still exists in CVS. I've
attached the one-liner patch to fix it.

thanks,
 -Brian
 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1000304&group_id=103


More information about the Mailman-coders mailing list