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 913E713888F for ; Mon, 19 Oct 2015 21:34:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AE8EE07E1; Mon, 19 Oct 2015 21:34:01 +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 E2AA5E07E1 for ; Mon, 19 Oct 2015 21:34:00 +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 C3FAF3406F2 for ; Mon, 19 Oct 2015 21:33:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B1BC10F6 for ; Mon, 19 Oct 2015 21:33:58 +0000 (UTC) From: "Paul Varner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Paul Varner" Message-ID: <1445290348.00fa83ca375064247acf92c402e7920c1a5c922f.fuzzyray@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/eclean/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: pym/gentoolkit/eclean/cli.py X-VCS-Directories: pym/gentoolkit/eclean/ X-VCS-Committer: fuzzyray X-VCS-Committer-Name: Paul Varner X-VCS-Revision: 00fa83ca375064247acf92c402e7920c1a5c922f X-VCS-Branch: master Date: Mon, 19 Oct 2015 21:33:58 +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: 94bce2fc-ed9d-4aae-adb8-95906e990a94 X-Archives-Hash: d89e48489455f08c925a084bc34d9712 commit: 00fa83ca375064247acf92c402e7920c1a5c922f Author: Paul Varner gentoo org> AuthorDate: Mon Oct 19 21:32:28 2015 +0000 Commit: Paul Varner gentoo org> CommitDate: Mon Oct 19 21:32:28 2015 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=00fa83ca eclean: Fix traceback error caused by adding -i option pym/gentoolkit/eclean/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pym/gentoolkit/eclean/cli.py b/pym/gentoolkit/eclean/cli.py index 1c8e66f..aa9af3f 100644 --- a/pym/gentoolkit/eclean/cli.py +++ b/pym/gentoolkit/eclean/cli.py @@ -303,6 +303,7 @@ def parseArgs(options={}): options['fetch-restricted'] = False options['size-limit'] = 0 options['verbose'] = False + options['ignore-failure'] = False # if called by a well-named symlink, set the acction accordingly: action = None # temp print line to ensure it is the svn/branch code running, etc..