mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-17 06:11:35 +01:00
Fixed for dialog choose
This commit is contained in:
parent
50f216a2f8
commit
c493aef80f
1 changed files with 1 additions and 4 deletions
|
@ -456,13 +456,10 @@ class Argparse(Configs):
|
|||
code, tags = self.dialogbox.checklist(text, packages, title, height,
|
||||
width, list_height, choices)
|
||||
|
||||
if not code:
|
||||
return packages
|
||||
|
||||
os.system('clear')
|
||||
|
||||
if not tags:
|
||||
raise SystemExit()
|
||||
return packages
|
||||
|
||||
return tags
|
||||
|
||||
|
|
Loading…
Reference in a new issue