ajack 2003/11/19 16:58:27
Modified: python/gump/output statistics.py
Log:
Indent
Revision Changes Path
1.7 +1 -1 jakarta-gump/python/gump/output/statistics.py
Index: statistics.py
===================================================================
RCS file: /home/cvs/jakarta-gump/python/gump/output/statistics.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- statistics.py 20 Nov 2003 00:57:40 -0000 1.6
+++ statistics.py 20 Nov 2003 00:58:27 -0000 1.7
@@ -225,7 +225,7 @@
del self.db[s.lastKey()]
except:
""" Hopefully means it wasn't there... """
- try:
+ try:
del self.db[s.lastModifiedKey()]
except:
""" Hopefully means it wasn't there... """
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]