mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-29 10:26:12 +01:00
FIx style
This commit is contained in:
parent
fa7b425a40
commit
a78fe27a4d
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ def pkg_upgrade(repo, skip):
|
|||
# location = data[1]
|
||||
# size = data[2]
|
||||
# unsize = data[3]
|
||||
data = repo_data(PACKAGES_TXT, 2000, repo, True)
|
||||
data = repo_data(PACKAGES_TXT, 2000, repo, resolve=True)
|
||||
index, toolbar_width = 0, 1000
|
||||
for pkg in installed():
|
||||
index += 1
|
||||
|
|
Loading…
Reference in a new issue