Skip to content

Commit

Permalink
eclean: dist: fix crash with excluded items
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/915055
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed May 3, 2024
1 parent bb6faf4 commit 7a5a2f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pym/gentoolkit/eclean/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ")
Expand Down

0 comments on commit 7a5a2f5

Please sign in to comment.