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 55BAD138825 for ; Mon, 10 Nov 2014 08:14:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DCB3E089C; Mon, 10 Nov 2014 08:14:39 +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 BC770E0899 for ; Mon, 10 Nov 2014 08:14:38 +0000 (UTC) Received: from [192.168.1.7] (ip70-181-96-121.oc.oc.cox.net [70.181.96.121]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: zmedico) by smtp.gentoo.org (Postfix) with ESMTPSA id D24C434038A for ; Mon, 10 Nov 2014 08:14:37 +0000 (UTC) Message-ID: <546073EB.5060100@gentoo.org> Date: Mon, 10 Nov 2014 00:14:35 -0800 From: Zac Medico User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.8.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-portage-dev@lists.gentoo.org Subject: Re: [gentoo-portage-dev] [PATCH] NewsManager.getUnreadItems: handle EROFS (490732) References: <1415601050-29668-1-git-send-email-zmedico@gentoo.org> <20141109235156.08355576.dolsen@gentoo.org> In-Reply-To: <20141109235156.08355576.dolsen@gentoo.org> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 76376fa5-12b8-434d-95b0-812045aecbf4 X-Archives-Hash: a41656feb605f1e87475657e53dcd32d On 11/09/2014 11:51 PM, Brian Dolbec wrote: >> + except (InvalidLocation, OperationNotPermitted, >> PermissionDenied. > typo...........^ > > :) Thank you. It passed syntax validation, though it's an obvious typo. It's fixed in my git branch now: https://github.com/zmedico/portage/tree/bug_490732 -- Thanks, Zac