mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-03 06:56:44 +01:00
Fix show duplicate packages for ktown repo
This commit is contained in:
parent
d8fc03194f
commit
a1be391d81
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ class PackageManager(object):
|
|||
pkg_list.append(line[15:].strip())
|
||||
if line.startswith("PACKAGE SIZE (compressed): "):
|
||||
pkg_size.append(line[26:].strip())
|
||||
if repo == "alien":
|
||||
if repo == "alien" or repo == "ktown":
|
||||
return alien_filter(pkg_list, pkg_size)
|
||||
return pkg_list, pkg_size
|
||||
|
||||
|
|
Loading…
Reference in a new issue