ajack 2003/10/26 07:42:53
Modified: python/gump context.py
Log:
NO_WORK_PERFORMED is really just NONE
Revision Changes Path
1.27 +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.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- context.py 26 Oct 2003 15:22:22 -0000 1.26
+++ context.py 26 Oct 2003 15:42:53 -0000 1.27
@@ -313,7 +313,7 @@
self.prereqs+=1
elif STATUS_FAILED == status:
self.failures+=1
- elif STATUS_NO_WORK_PERFORMED == status:
+ elif STATUS_NONE == status:
self.noworks+=1
elif STATUS_STATUS_COMPLETE == status:
# :TODO: Accurate?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]