Return-Path: Mailing-List: contact gump-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list gump@jakarta.apache.org Received: (qmail 27024 invoked by uid 500); 18 Oct 2003 01:42:29 -0000 Received: (qmail 27015 invoked from network); 18 Oct 2003 01:42:28 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 18 Oct 2003 01:42:28 -0000 Received: (qmail 21760 invoked by uid 1728); 18 Oct 2003 01:42:45 -0000 Date: 18 Oct 2003 01:42:45 -0000 Message-ID: <20031018014245.21759.qmail@minotaur.apache.org> From: ajack@apache.org To: jakarta-gump-cvs@apache.org Subject: cvs commit: jakarta-gump/python/gump context.py X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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