commit:     f410ba4ae94c801564f5b0bd3003e429adf2b12e
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 17 02:34:39 2024 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 02:16:28 2024 +0000
URL:        https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=f410ba4a

eclean/search.py: Fix find_packages docstring for invalid_paths

Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>

 pym/gentoolkit/eclean/search.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pym/gentoolkit/eclean/search.py b/pym/gentoolkit/eclean/search.py
index 47df3a1..b696b63 100644
--- a/pym/gentoolkit/eclean/search.py
+++ b/pym/gentoolkit/eclean/search.py
@@ -591,7 +591,6 @@ def findPackages(
 ) -> tuple[dict[str, list[str]], dict[str, list[str]]]:
     """Find obsolete binary packages.
 
-    @param invalid_paths:
     @param options: dict of options determined at runtime
     @type  options: dict
     @param exclude: exclusion dict (as defined in the exclude.parseExcludeFile 
class)
@@ -610,8 +609,8 @@ def findPackages(
     @param  var_dbapi: defaults to portage.db[portage.root]["vartree"].dbapi
                                        Can be overridden for tests.
 
-    @return binary packages to remove. e.g. {'cat/pkg-ver': [filepath]}
-    @rtype: dict
+    @return binary packages to remove. e.g. {'cat/pkg-ver': [filepath]}, 
invalid_paths
+    @rtype: dict, dict
     """
     if exclude is None:
         exclude = {}

Reply via email to