CVS: tmda-cgi Install.py,1.21,1.22
Gre7g Luterman <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tmda/tmda-cgi
In directory sc8-pr-cvs1:/tmp/cvs-serv4478
Modified Files:
Install.py
Log Message:
Doh! Accidentally overwriting the value of a variable!
Index: Install.py
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/Install.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- Install.py 18 Jun 2003 20:01:34 -0000 1.21
+++ Install.py 18 Jun 2003 21:31:28 -0000 1.22
@@ -299,13 +299,13 @@
# Add everything
if type(Anomalies["VIRTUAL_ONLY"]) == DictType:
- for Mail in Anomalies["VIRTUAL_ONLY"].keys():
- RetVal += Anomalies["VIRTUAL_ONLY"][Mail]
+ for i in Anomalies["VIRTUAL_ONLY"].keys():
+ RetVal += Anomalies["VIRTUAL_ONLY"][i]
else:
RetVal += Anomalies["VIRTUAL_ONLY"]
if type(Anomalies["REAL_ONLY"]) == DictType:
- for Mail in Anomalies["REAL_ONLY"].keys():
- RetVal += Anomalies["REAL_ONLY"][Mail]
+ for i in Anomalies["REAL_ONLY"].keys():
+ RetVal += Anomalies["REAL_ONLY"][i]
else:
RetVal += Anomalies["REAL_ONLY"]
_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs