You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2004/06/16 20:38:20 UTC

cvs commit: gump/python/gump/document/xdocs documenter.py

ajack       2004/06/16 11:38:20

  Modified:    python/gump/document/xdocs Tag: CleanUp documenter.py
  Log:
  Fixed case typo.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.9.2.8   +1 -1      gump/python/gump/document/xdocs/documenter.py
  
  Index: documenter.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/document/xdocs/documenter.py,v
  retrieving revision 1.9.2.7
  retrieving revision 1.9.2.8
  diff -u -r1.9.2.7 -r1.9.2.8
  --- documenter.py	16 Jun 2004 18:19:26 -0000	1.9.2.7
  +++ documenter.py	16 Jun 2004 18:38:20 -0000	1.9.2.8
  @@ -2554,7 +2554,7 @@
               diagram=ScaleDiagram([stats.successes,stats.prereqs,stats.failures])
               diagram.generateDiagram().serializeToFile(svgFile)
               
  -            fileBasename=pngBaseName
  +            fileBasename=pngBasename
               if self.config.isXhtml():
                   fileBasename=svgBasename
               
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org