ajack       2003/10/17 10:18:22

  Modified:    python/gump document.py
  Log:
  Wrap command line
  
  Revision  Changes    Path
  1.77      +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.76
  retrieving revision 1.77
  diff -u -r1.76 -r1.77
  --- document.py       17 Oct 2003 16:03:00 -0000      1.76
  +++ document.py       17 Oct 2003 17:18:21 -0000      1.77
  @@ -825,7 +825,7 @@
               endSectionXDoc(x)
           
           startSectionXDoc(x,'Command Line')
  -        sourceXDoc(x,'\t\n".join(work.command.formatCommandLine().split(' ')))
  +        sourceXDoc(x,'\t\n'.join(work.command.formatCommandLine().split(' ')))
           endSectionXDoc(x)
           
           startSectionXDoc(x,'Output')
  
  
  

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

Reply via email to