From 404618a706d417c43937660543e2b48294c65d48 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Tue, 4 Apr 2000 23:03:01 +0000 Subject: ProcessListsCmd(): Catch base class MMListError. --- Mailman/MailCommandHandler.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Mailman/MailCommandHandler.py') diff --git a/Mailman/MailCommandHandler.py b/Mailman/MailCommandHandler.py index 24a011c2a..e49f1128f 100644 --- a/Mailman/MailCommandHandler.py +++ b/Mailman/MailCommandHandler.py @@ -414,7 +414,8 @@ The following is a detailed description of the problems. try: from Mailman import MailList listob = MailList.MailList(listname, lock=0) - except Errors.MMUnknownListError: + except Errors.MMListError, e: + # TBD: better error reporting continue # We can mention this list if you already know about it. if not listob.advertised and listob <> self: -- cgit v1.2.3-70-g09d2