ajack       2004/04/30 12:18:12

  Modified:    python/gump/document/text documenter.py
               python/gump/document/forrest documenter.py
  Log:
  Attempt to fix to minor bugs.
  
  Revision  Changes    Path
  1.5       +1 -1      gump/python/gump/document/text/documenter.py
  
  Index: documenter.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/document/text/documenter.py,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- documenter.py     30 Apr 2004 18:09:12 -0000      1.4
  +++ documenter.py     30 Apr 2004 19:18:12 -0000      1.5
  @@ -173,7 +173,7 @@
                       output.write(indent+"Work Cwd  : " + work.command.cwd + "\n")
                   if work.command.env:
                       for envKey in work.command.env.keys():
  -                        output.write(indent+"Work Env  : " + envKey + ' : 
'+self.env[envKey])        
  +                        output.write(indent+"Work Env  : " + envKey + ' : 
'+work.command.env[envKey])        
                   if work.result.signal:
                       output.write(indent+"Work Signal  : " + `work.result.signal` + 
"\n")
                   output.write(indent+"Work Exit : " + str(work.result.exit_code) + 
"\n")
  
  
  
  1.23      +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.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- documenter.py     30 Apr 2004 18:55:07 -0000      1.22
  +++ documenter.py     30 Apr 2004 19:18:12 -0000      1.23
  @@ -1597,7 +1597,7 @@
                   
           addnSection=document.createSection('Additional Details')
           addnPara=addnSection.createParagraph()
  -        addnPara.createLink(gumpSafeName('details.html'),    \
  +        addnPara.createLink('details.html',  
                                 'For additional project details (including 
dependencies) ...')
                                   
           document.serialize()
  
  
  

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

Reply via email to