CVS: tmda-cgi Install.py,1.28,1.29
Jim Ramsay <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda-cgi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26646
Modified Files:
Install.py
Log Message:
Repaired bug found by Morten Trab.
Index: Install.py
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/Install.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- Install.py 9 Dec 2003 18:51:01 -0000 1.28
+++ Install.py 27 Jan 2004 16:55:24 -0000 1.29
@@ -343,7 +343,7 @@
else:
CgiUtil.TermError("Unknown mailtype",
"REAL_ONLY dictionary has no key: %s" % Mail, "locate files",
- "REAL_ONLY = %s" % repr(REAL_ONLY),
+ "REAL_ONLY = %s" % repr(Anomalies["REAL_ONLY"]),
"Contact system administrator.")
else:
ListDiff(RetVal, Anomalies["REAL_ONLY"])