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 2003/12/05 00:39:01 UTC

cvs commit: jakarta-gump/python/gump engine.py

ajack       2003/12/04 15:39:01

  Modified:    python/gump engine.py
  Log:
  Reports typo. I keep hoping...
  
  Revision  Changes    Path
  1.37      +1 -1      jakarta-gump/python/gump/engine.py
  
  Index: engine.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/engine.py,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- engine.py	4 Dec 2003 23:16:23 -0000	1.36
  +++ engine.py	4 Dec 2003 23:39:01 -0000	1.37
  @@ -493,7 +493,7 @@
           #   
           # Display report output...
           #
  -        if project.hasReport():
  +        if project.hasReports():
               project.addInfo('Project produces reports')    
               for report in project.getReports():
                   reportDir=report.getResolvedPath()