mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-10 20:48:40 +01:00
Fixed typo
This commit is contained in:
parent
65baa631a8
commit
95e834606a
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ class ViewMessage:
|
||||||
print('Note: After cleaning you should remove them one by one.')
|
print('Note: After cleaning you should remove them one by one.')
|
||||||
|
|
||||||
def question(self):
|
def question(self):
|
||||||
""" Manage the proceed. """
|
""" Manage to proceed. """
|
||||||
if '--yes' not in self.flags:
|
if '--yes' not in self.flags:
|
||||||
answer = input('\nDo you want to continue [y/N]: ')
|
answer = input('\nDo you want to continue [y/N]: ')
|
||||||
print()
|
print()
|
||||||
|
|
Loading…
Add table
Reference in a new issue