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/04/11 03:28:49 UTC

cvs commit: gump/python/gump/results resulter.py

ajack       2004/04/10 18:28:49

  Modified:    python/gump/results resulter.py
  Log:
  Tweak #5 to tweaks...
  
  Revision  Changes    Path
  1.20      +2 -1      gump/python/gump/results/resulter.py
  
  Index: resulter.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/results/resulter.py,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- resulter.py	10 Apr 2004 23:09:29 -0000	1.19
  +++ resulter.py	11 Apr 2004 01:28:49 -0000	1.20
  @@ -49,7 +49,8 @@
           for result in self.values():
               statePair=result.getStatePair()            
               if lastPair:
  -                self.differeces=(lastPair <> statePair)                
  +                if lastPair <> statePair:
  +                    self.differeces=1
               lastPair=statePair
               
           self.calculated=1
  
  
  

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