ajack 2003/10/26 08:00:34
Modified: python/gump context.py
Log:
Third time lucky...
Revision Changes Path
1.28 +1 -1 jakarta-gump/python/gump/context.py
Index: context.py
===================================================================
RCS file: /home/cvs/jakarta-gump/python/gump/context.py,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- context.py 26 Oct 2003 15:42:53 -0000 1.27
+++ context.py 26 Oct 2003 16:00:34 -0000 1.28
@@ -315,7 +315,7 @@
self.failures+=1
elif STATUS_NONE == status:
self.noworks+=1
- elif STATUS_STATUS_COMPLETE == status:
+ elif STATUS_COMPLETE == status:
# :TODO: Accurate?
self.packages+=1
else:
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]