mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Fix checklist status
This commit is contained in:
parent
59ad80c119
commit
4c70e9cd95
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ class PackageManager(object):
|
|||
title = "!!! WARNING !!!"
|
||||
backtitle = "{0} {1}".format(self.meta.__all__,
|
||||
self.meta.__version__)
|
||||
status = True
|
||||
status = False
|
||||
choose = DialogUtil(data, text, title, backtitle,
|
||||
status).checklist()
|
||||
for pkg in choose:
|
||||
|
|
Loading…
Add table
Reference in a new issue