From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 24C6677175 for ; Wed, 1 Jun 2016 13:00:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u51D0jo3009926 for ; Wed, 1 Jun 2016 14:00:45 +0100 Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id hJGv-Uag1VWF for ; Wed, 1 Jun 2016 14:00:45 +0100 (BST) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u51D0iCx009923 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT) for ; Wed, 1 Jun 2016 14:00:45 +0100 Message-ID: <1464786044.19932.8.camel@linuxfoundation.org> From: Richard Purdie To: bitbake-devel@lists.openembedded.org Date: Wed, 01 Jun 2016 14:00:44 +0100 In-Reply-To: <1464784607-2985-9-git-send-email-richard.purdie@linuxfoundation.org> References: <1464784607-2985-1-git-send-email-richard.purdie@linuxfoundation.org> <1464784607-2985-9-git-send-email-richard.purdie@linuxfoundation.org> X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Subject: Re: [PATCH 09/28] data/event/siggen: Fix various exceptions [FIXME] X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussion that advance bitbake development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2016 13:00:49 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2016-06-01 at 13:36 +0100, Richard Purdie wrote: > Signed-off-by: Richard Purdie > --- > lib/bb/data.py | 1 + > lib/bb/event.py | 3 ++- > lib/bb/siggen.py | 3 ++- > 3 files changed, 5 insertions(+), 2 deletions(-) Ignore this patch, it shouldn't have been included. This one notes some areas we really need to improve the exception handling. I need to clean it up and resend as a separate issue. Cheers, Richard