From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F159F1384C3 for ; Sun, 6 Sep 2015 21:21:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB7131425C; Sun, 6 Sep 2015 21:21:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EFD2014243 for ; Sun, 6 Sep 2015 21:21:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11500340AF9 for ; Sun, 6 Sep 2015 21:21:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D4AF184 for ; Sun, 6 Sep 2015 21:21:31 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1441574280.8ebde1b8598e34caa83f8bcae6185ee4f6e38264.dolsen@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/main.py X-VCS-Directories: catalyst/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 8ebde1b8598e34caa83f8bcae6185ee4f6e38264 X-VCS-Branch: master Date: Sun, 6 Sep 2015 21:21:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: be253837-699e-4a0c-bd9f-a578e06ed321 X-Archives-Hash: c57fc6320ee93429daffdc6c60eaaf92 commit: 8ebde1b8598e34caa83f8bcae6185ee4f6e38264 Author: Brian Dolbec gentoo org> AuthorDate: Sun May 24 07:38:32 2015 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sun Sep 6 21:18:00 2015 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=8ebde1b8 catalyst/main.py: Comment out the try: except: pair for target.run() catalyst/main.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/catalyst/main.py b/catalyst/main.py index 0ba81b9..7e3b55e 100644 --- a/catalyst/main.py +++ b/catalyst/main.py @@ -163,12 +163,12 @@ def build_target(addlargs): "Target \"%s\" not available." % target, print_traceback=True) - try: - target.run() - except: - print "!!! catalyst: Error encountered during run of target " + \ - addlargs["target"] - sys.exit(1) + #try: + target.run() + #except: + #print "!!! catalyst: Error encountered during run of target " + \ + # addlargs["target"] + #sys.exit(1) def main(): From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D95451384C3 for ; Sun, 6 Sep 2015 21:18:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3579141A2; Sun, 6 Sep 2015 21:18:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32846141A2 for ; Sun, 6 Sep 2015 21:18:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EDA9340B09 for ; Sun, 6 Sep 2015 21:18:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94EBA189 for ; Sun, 6 Sep 2015 21:18:28 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1441574280.8ebde1b8598e34caa83f8bcae6185ee4f6e38264.dolsen@gentoo> Subject: [gentoo-commits] proj/catalyst:pending commit in: catalyst/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/main.py X-VCS-Directories: catalyst/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 8ebde1b8598e34caa83f8bcae6185ee4f6e38264 X-VCS-Branch: pending Date: Sun, 6 Sep 2015 21:18:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 09e8848e-b298-4af5-8de0-9ba02060a0b4 X-Archives-Hash: 10dbe8f903b18544b53720f6e940f872 Message-ID: <20150906211828.2s1YjjW9DM8bORqm17G8rYDIytxhxEpGnmMDQIEcv7c@z> commit: 8ebde1b8598e34caa83f8bcae6185ee4f6e38264 Author: Brian Dolbec gentoo org> AuthorDate: Sun May 24 07:38:32 2015 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sun Sep 6 21:18:00 2015 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=8ebde1b8 catalyst/main.py: Comment out the try: except: pair for target.run() catalyst/main.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/catalyst/main.py b/catalyst/main.py index 0ba81b9..7e3b55e 100644 --- a/catalyst/main.py +++ b/catalyst/main.py @@ -163,12 +163,12 @@ def build_target(addlargs): "Target \"%s\" not available." % target, print_traceback=True) - try: - target.run() - except: - print "!!! catalyst: Error encountered during run of target " + \ - addlargs["target"] - sys.exit(1) + #try: + target.run() + #except: + #print "!!! catalyst: Error encountered during run of target " + \ + # addlargs["target"] + #sys.exit(1) def main():