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/11/19 21:12:06 UTC

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

ajack       2003/11/19 12:12:06

  Modified:    python/gump engine.py
  Log:
  One step forward, one back. Bring back compilation, all is forgiven...
  
  Revision  Changes    Path
  1.6       +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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- engine.py	19 Nov 2003 20:09:44 -0000	1.5
  +++ engine.py	19 Nov 2003 20:12:06 -0000	1.6
  @@ -108,7 +108,7 @@
       
                   if outputsOk:
                       project.changeState(STATE_COMPLETE,REASON_PACKAGE)
  -                else
  +                else:
                       # Just in case it was so bad it thougt it had no
                       # jars to check
                       project.changeState(STATE_FAILED,REASON_PACKAGE_BAD)