mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +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…
Add table
Reference in a new issue