mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Improve warning message to user after an operation is canceled (#4723)
Fixes #4134
This commit is contained in:
parent
dc63056da7
commit
4cbdea6ccb
1 changed files with 1 additions and 2 deletions
|
|
@ -167,8 +167,7 @@ def _handle_identical_cert_request(config, lineage):
|
|||
# TODO: Add notification related to command-line options for
|
||||
# skipping the menu for this case.
|
||||
raise errors.Error(
|
||||
"User chose to cancel the operation and may "
|
||||
"reinvoke the client.")
|
||||
"Operation canceled. You may re-run the client.")
|
||||
elif response[1] == 0:
|
||||
return "reinstall", lineage
|
||||
elif response[1] == 1:
|
||||
|
|
|
|||
Loading…
Reference in a new issue