commit:     7a5a2f540bc4776121d08d331b141d897eac92f6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May  3 05:41:46 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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 ")

Reply via email to