consistent messaging

This commit is contained in:
Hossein Shafagh 2020-10-22 17:13:58 -07:00
parent 2e7652962c
commit ae1e9d120b
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ def handle_response(response):
:return:
"""
if response.status_code > 399:
raise Exception("DigiCert rejected certificate request with the following error:" + response.json()["errors"][0]["message"])
raise Exception("DigiCert rejected request with the error:" + response.json()["errors"][0]["message"])
return response.json()