ajack       2003/09/24 14:52:50

  Modified:    python/gump document.py
  Log:
  Ok, so python worked, but I crashed forrest. Time to back this out for the day...
  
  Revision  Changes    Path
  1.29      +1 -1      jakarta-gump/python/gump/document.py
  
  Index: document.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/document.py,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- document.py       24 Sep 2003 21:38:36 -0000      1.28
  +++ document.py       24 Sep 2003 21:52:50 -0000      1.29
  @@ -287,7 +287,7 @@
           (mhours, mmins, msecs)       = mctxt.elapsedTime();
           x.write('     <tr><!-- %s -->' % (mname))        
           x.write('      <td><link href=\'%s\'>%s</link></td><td>%s</td>' % \
  -          
(getModuleRelativeUrl(mname),mname,getStateIcons(mctxt.aggregateStates())))    
  +          (getModuleRelativeUrl(mname),mname,str(mctxt.aggregateStates())))    
           x.write('      <td>%s:%s:%s</td>' % (str(mhours),str(mmins),str(msecs)))    
           x.write('     </tr>')
       if not mcount: x.write(' <tr><td>None</td></tr>')
  
  
  

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

Reply via email to