mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
Improve warning message to user after an operation is canceled (#4723)
Fixes #4134
This commit is contained in:
committed by
Brad Warren
parent
dc63056da7
commit
4cbdea6ccb
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user