mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-28 19:58:18 +01:00
Updated for new line
This commit is contained in:
parent
60bc52b879
commit
59df2e7ea5
1 changed files with 2 additions and 1 deletions
|
@ -111,8 +111,9 @@ class RemovePackages(Configs):
|
|||
|
||||
def question_to_remove(self) -> bool:
|
||||
if not self.option_for_yes and self.ask_question:
|
||||
answer: str = input('\nDo you want to remove? [y/N] ')
|
||||
answer: str = input(f'\nDo you want to remove? [y/N] ')
|
||||
if answer in ['Y', 'y']:
|
||||
print()
|
||||
return True
|
||||
print()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue