mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
Remove print()
This commit is contained in:
parent
27611852bc
commit
a6ac8dfe80
1 changed files with 0 additions and 1 deletions
|
@ -185,7 +185,6 @@ class ViewMessage:
|
|||
""" Manage to proceed. """
|
||||
if '--yes' not in self.flags:
|
||||
answer = input('\nDo you want to continue [y/N]: ')
|
||||
print()
|
||||
if answer not in ['Y', 'y']:
|
||||
raise SystemExit()
|
||||
print()
|
||||
|
|
Loading…
Reference in a new issue