mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
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:
parent
ab3ea8b338
commit
717cd26927
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ def certificate_renew(
|
||||||
|
|
||||||
if email:
|
if email:
|
||||||
logger.error("Sending email with details to root ...")
|
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:
|
else:
|
||||||
logger.success(m18n.n("certmanager_cert_renew_success", domain=domain))
|
logger.success(m18n.n("certmanager_cert_renew_success", domain=domain))
|
||||||
operation_logger.success()
|
operation_logger.success()
|
||||||
|
|
Loading…
Add table
Reference in a new issue