You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2004/05/25 06:49:38 UTC

cvs commit: gump/python/gump/notify logic.py

ajack       2004/05/24 21:49:38

  Modified:    python/gump/notify logic.py
  Log:
  Big oops...
  
  Revision  Changes    Path
  1.2       +4 -4      gump/python/gump/notify/logic.py
  
  Index: logic.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/notify/logic.py,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- logic.py	24 May 2004 16:39:08 -0000	1.1
  +++ logic.py	25 May 2004 04:49:38 -0000	1.2
  @@ -67,9 +67,9 @@
                       if stats.getTotalRuns() > 1:    
                           notification=PositiveNotification(self.run,entity)
                           
  -        elif entity.isPrereqFailed():
  -            if (stats.sequenceInState == 1):            
  -                if not STATE_PREREQ_FAILED == stats.previousState:
  -                    notification=PositiveNotification(self.run,entity)
  +        #elif entity.isPrereqFailed():
  +        #    if (stats.sequenceInState == 1):            
  +        #        if not STATE_PREREQ_FAILED == stats.previousState:
  +        #            notification=PositiveNotification(self.run,entity)
                           
           return notification        
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org