mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
dont need in
This commit is contained in:
parent
3c8b8f4063
commit
483b89f74a
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ def get_message():
|
|||
deploy_result = deploy_record['result']
|
||||
if deploy_result in ['succeeded', 'succeededWithIssues']:
|
||||
message = random.choice(fun_success_messages)
|
||||
elif deploy_result in ['failed']:
|
||||
elif deploy_result == 'failed':
|
||||
message = "the release pipeline has failed."
|
||||
else:
|
||||
raise RuntimeError('Unexpected stage result {0}'.format(deploy_result))
|
||||
|
|
|
|||
Loading…
Reference in a new issue