ajack       2004/04/22 14:14:02

  Modified:    python/gump/core engine.py
  Log:
  Reduce level on license warning, to temporarily allow annotations to be less verbose.
  
  Revision  Changes    Path
  1.2       +2 -1      gump/python/gump/core/engine.py
  
  Index: engine.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/core/engine.py,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- engine.py 16 Apr 2004 17:28:40 -0000      1.1
  +++ engine.py 22 Apr 2004 21:14:02 -0000      1.2
  @@ -600,7 +600,8 @@
                                   project.addError(message)
                                   log.error(message)                     
                       elif project.isRedistributable():
  -                        project.addWarning('No license on redistributable project 
with outputs.')                                        
  +                        # :TODO: restore to warning
  +                        project.addInfo('No license on redistributable project with 
outputs.')                                        
                                       
                   if outputsOk: 
                       # Publish them all (if redistributable)
  
  
  

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

Reply via email to