mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-05 08:46:20 +01:00
Updated question
This commit is contained in:
parent
fcf9b92639
commit
a22e7d1d08
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ class ViewMessage:
|
|||
def question(self):
|
||||
""" Manage to proceed. """
|
||||
if '--yes' not in self.flags:
|
||||
answer = input('\nDo you want to continue [y/N]: ')
|
||||
answer = input('\nDo you want to continue (y/N)?: ')
|
||||
if answer not in ['Y', 'y']:
|
||||
raise SystemExit()
|
||||
print()
|
||||
|
|
Loading…
Add table
Reference in a new issue