Yo dawg i heard you like exceptions so i created an exception in your exception so you can debug while you debug

This commit is contained in:
Alexandre Aubin 2021-02-03 03:09:32 +01:00
parent ab3ea8b338
commit 717cd26927

View file

@ -445,7 +445,7 @@ def certificate_renew(
if email:
logger.error("Sending email with details to root ...")
_email_renewing_failed(domain, msg + "\n" + e, stack.getvalue())
_email_renewing_failed(domain, msg + "\n" + str(e), stack.getvalue())
else:
logger.success(m18n.n("certmanager_cert_renew_success", domain=domain))
operation_logger.success()