mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Fixe remove dependencies
This commit is contained in:
parent
ea88ab7963
commit
baeef7ebeb
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ class RemovePackages(Configs):
|
|||
code, packages = self.dialogbox.checklist(text, title, height, width, list_height, choices)
|
||||
os.system('clear')
|
||||
return packages
|
||||
return []
|
||||
return packages
|
||||
|
||||
def remove_question(self) -> str:
|
||||
if not self.option_for_yes and self.ask_question:
|
||||
|
|
Loading…
Reference in a new issue