mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Fixed for clear screen
This commit is contained in:
parent
f48f1f37ae
commit
843bda9d6a
1 changed files with 1 additions and 0 deletions
|
@ -492,6 +492,7 @@ class Argparse(Configs):
|
|||
code, tags = self.dialogbox.checklist(text, packages, title, height,
|
||||
width, list_height, choices)
|
||||
if code == 'cancel':
|
||||
os.system('clear')
|
||||
raise SystemExit()
|
||||
|
||||
if not tags or not code:
|
||||
|
|
Loading…
Add table
Reference in a new issue