From 7a5a2f540bc4776121d08d331b141d897eac92f6 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 3 May 2024 06:41:46 +0100 Subject: eclean: dist: fix crash with excluded items Bug: https://bugs.gentoo.org/915055 Signed-off-by: Sam James --- 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 ") -- cgit v1.2.3-65-gdbad