ajack       2004/05/15 05:08:34

  Modified:    python/gump/document/forrest documenter.py
  Log:
  Not sure how long this bug has sat there, nor why Brutus just stumbled on it.
  
  Revision  Changes    Path
  1.36      +1 -1      gump/python/gump/document/forrest/documenter.py
  
  Index: documenter.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/document/forrest/documenter.py,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- documenter.py     14 May 2004 22:54:31 -0000      1.35
  +++ documenter.py     15 May 2004 12:08:34 -0000      1.36
  @@ -1071,7 +1071,7 @@
               mcount=0
               for pair in module.aggregateStates():
                   if pair.state == STATE_SUCCESS \
  -                    and project.getStats().sequenceInState < INSIGNIFICANT_DURATION:
  +                    and module.getStats().sequenceInState < INSIGNIFICANT_DURATION:
                       mcount=1
                       
               if not mcount: continue
  
  
  

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

Reply via email to