no bare except

This commit is contained in:
Curtis Castrapel 2018-07-20 10:53:47 -07:00
parent f53067ab29
commit 16dc7dc2f6
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ def create(**kwargs):
"""
try:
cert_body, private_key, cert_chain, external_id, csr = mint(**kwargs)
except:
except Exception:
current_app.logger.error("Exception minting certificate", exc_info=True)
sentry.captureException()
raise