mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 09:13:37 +02:00
lib.Distro.pkg_files(): Fix argument name
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
896a607b09
commit
58142a1115
1 changed files with 2 additions and 2 deletions
|
|
@ -137,7 +137,7 @@ class Distro(abc.ABC):
|
|||
pass
|
||||
|
||||
async def pkg_files(self, name: str) -> Iterable[str]:
|
||||
if not names:
|
||||
log(WARNING, f'No packages specified for inspection')
|
||||
if not name:
|
||||
log(WARNING, f'No package specified for inspection')
|
||||
return []
|
||||
return await self._pkg_files(name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue