mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-16 03:41:11 +01:00
fix return lists
This commit is contained in:
parent
4ec12d0a96
commit
05a5fdd1df
1 changed files with 1 additions and 1 deletions
|
@ -329,4 +329,4 @@ class SBoInstall(object):
|
|||
_m.color['GREEN'], _m.color['ENDC'], pkg))
|
||||
installs.append(prgnam)
|
||||
PackageManager(binary).upgrade()
|
||||
return [installs, upgraded]
|
||||
return installs, upgraded
|
||||
|
|
Loading…
Reference in a new issue