Return-Path: Mailing-List: contact gump-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list gump@jakarta.apache.org Received: (qmail 82414 invoked by uid 500); 30 Sep 2003 03:52:05 -0000 Received: (qmail 82411 invoked from network); 30 Sep 2003 03:52:05 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 30 Sep 2003 03:52:05 -0000 Received: (qmail 61227 invoked by uid 1728); 30 Sep 2003 03:52:24 -0000 Date: 30 Sep 2003 03:52:24 -0000 Message-ID: <20030930035224.61226.qmail@minotaur.apache.org> From: ajack@apache.org To: jakarta-gump-cvs@apache.org Subject: cvs commit: jakarta-gump/python/gump launcher.py X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ajack 2003/09/29 20:52:24 Modified: python/gump launcher.py Log: Try to see error when launch fails, by fixing side issues that mask it Revision Changes Path 1.9 +1 -2 jakarta-gump/python/gump/launcher.py Index: launcher.py =================================================================== RCS file: /home/cvs/jakarta-gump/python/gump/launcher.py,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- launcher.py 28 Sep 2003 15:05:43 -0000 1.8 +++ launcher.py 30 Sep 2003 03:52:24 -0000 1.9 @@ -288,7 +288,6 @@ log.error('Failed to create CWD. Details: ' + str(details)) raise - # The command line execString=cmd.formatCommandLine() @@ -353,7 +352,7 @@ result.status=CMD_STATUS_FAILED finally: - if os.path.exists(outputFile): + if outputFile and os.path.exists(outputFile): result.output=outputFile # Keep time information