mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-07 08:46:21 +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
|
Return all installed packages
|
||||||
'''
|
'''
|
||||||
packages = []
|
return find_package('', pkg_path)
|
||||||
for pkg in find_package('', pkg_path):
|
|
||||||
packages.append(pkg)
|
|
||||||
return packages
|
|
||||||
|
|
||||||
|
|
||||||
def views(pkg_for_upgrade, upgrade_all, comp_sum, repository):
|
def views(pkg_for_upgrade, upgrade_all, comp_sum, repository):
|
||||||
|
|
Loading…
Add table
Reference in a new issue