mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-03 06:56:44 +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]
|
# location = data[1]
|
||||||
# size = data[2]
|
# size = data[2]
|
||||||
# unsize = data[3]
|
# 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
|
index, toolbar_width = 0, 1000
|
||||||
for pkg in installed():
|
for pkg in installed():
|
||||||
index += 1
|
index += 1
|
||||||
|
|
Loading…
Reference in a new issue