ajack       2004/04/14 16:26:04

  Modified:    python/gump/results model.py
  Log:
  Apparently I failed to run unit tests....
  
  Revision  Changes    Path
  1.16      +1 -1      gump/python/gump/results/model.py
  
  Index: model.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/results/model.py,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- model.py  14 Apr 2004 23:23:45 -0000      1.15
  +++ model.py  14 Apr 2004 23:26:04 -0000      1.16
  @@ -180,7 +180,7 @@
           
       def containsState(self,state):
           for result in self.values():
  -            if state == results.getState():
  +            if state == result.getState():
                   return 1
           return 0
        
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to