pmb/helpers/repo_missing: Remove <arch> from filter_aport_packages() docstring (MR 2490)

This argument doesn't exist. Presumably this was copied from
filter_arch_packages() without adapting the comment.
This commit is contained in:
Newbyte 2024-11-16 15:45:09 +01:00
parent 5d1a2ebd39
commit 1a0827c95c
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -30,7 +30,6 @@ def filter_missing_packages(arch, pkgnames):
def filter_aport_packages(pkgnames):
"""Create a subset of pkgnames where each one has an aport.
:param arch: architecture (e.g. "armhf")
:param pkgnames: list of package names (e.g. ["hello-world", "test12"])
:returns: subset of pkgnames (e.g. ["hello-world"])
"""