mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
fix ingore hidden files
This commit is contained in:
parent
8b7cb97234
commit
143717e298
1 changed files with 1 additions and 4 deletions
|
@ -230,10 +230,7 @@ class OthersUpgrade(object):
|
|||
'''
|
||||
Return all installed packages
|
||||
'''
|
||||
packages = []
|
||||
for pkg in find_package('', pkg_path):
|
||||
packages.append(pkg)
|
||||
return packages
|
||||
return find_package('', pkg_path)
|
||||
|
||||
|
||||
def views(pkg_for_upgrade, upgrade_all, comp_sum, repository):
|
||||
|
|
Loading…
Add table
Reference in a new issue