ajack       2003/10/17 18:42:45

  Modified:    python/gump context.py
  Log:
  1) Show 'tail 50' of all work in nag, not just failed work
  2) Move 'phone home' URL to top of e-mail, out of clutter.
  
  Revision  Changes    Path
  1.22      +1 -1      jakarta-gump/python/gump/context.py
  
  Index: context.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/context.py,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- context.py        17 Oct 2003 23:13:26 -0000      1.21
  +++ context.py        18 Oct 2003 01:42:45 -0000      1.22
  @@ -201,7 +201,7 @@
           overview=TimedWorkItem.overview(self)
           overview += self.command.overview()
           
  -        if not self.status == STATUS_SUCCESS:
  +        if self.result:
               overview+=self.result.tail(50)
               
           return overview
  
  
  

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

Reply via email to