mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
Updated for tuple
This commit is contained in:
parent
de17aa02bf
commit
bb39213017
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class Choose(Configs):
|
|||
if self.dialog:
|
||||
title: str = f' Choose packages you want to {method} '
|
||||
|
||||
if method in ['remove', 'find']:
|
||||
if method in ('remove', 'find'):
|
||||
self.choose_from_installed(packages)
|
||||
elif method == 'upgrade':
|
||||
self.choose_for_upgraded(data, packages)
|
||||
|
|
Loading…
Reference in a new issue