Skip to content

Commit 941cda3

Browse files
committed
eclean: fix eclean-dist after invalid output change
Fixes: 979422f Signed-off-by: Sam James <sam@gentoo.org>
1 parent 2a0cb5a commit 941cda3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pym/gentoolkit/eclean/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,7 @@ def doAction(action, options, exclude={}, output=None):
567567
saved = {}
568568
deprecated = {}
569569
vcs = []
570+
invalids = None
570571
# find files to delete, depending on the action
571572
if not options["quiet"]:
572573
output.einfo("Building file list for " + action + " cleaning...")

0 commit comments

Comments
 (0)