diff --git a/slpkg/main.py b/slpkg/main.py index b17ce964..941672bd 100644 --- a/slpkg/main.py +++ b/slpkg/main.py @@ -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