From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A5CC1158064 for ; Fri, 3 May 2024 05:42:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9EE2E2A41; Fri, 3 May 2024 05:42:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4B0BE2A41 for ; Fri, 3 May 2024 05:42:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2570034301D for ; Fri, 3 May 2024 05:42:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B12891979 for ; Fri, 3 May 2024 05:42:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1714714906.7a5a2f540bc4776121d08d331b141d897eac92f6.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7a5a2f540bc4776121d08d331b141d897eac92f6 X-VCS-Branch: master Date: Fri, 3 May 2024 05:42:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 54efcb52-ede7-451c-bb98-6331b463365e X-Archives-Hash: e2e09e9474657315218cfe34ed7fa3bc commit: 7a5a2f540bc4776121d08d331b141d897eac92f6 Author: Sam James gentoo org> AuthorDate: Fri May 3 05:41:46 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 3 05:41:46 2024 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=7a5a2f54 eclean: dist: fix crash with excluded items Bug: https://bugs.gentoo.org/915055 Signed-off-by: Sam James gentoo.org> 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 52ddf2a..94f87f4 100644 --- a/pym/gentoolkit/eclean/cli.py +++ b/pym/gentoolkit/eclean/cli.py @@ -623,6 +623,7 @@ def doAction(action, options, exclude={}, output=None): elif not options["quiet"]: output.einfo("Your " + action + " directory was already clean.") if saved and not options["quiet"]: + verb = "would be" print() print( pp.emph(" The following ")