Skip to content
Snippets Groups Projects
Commit 1f230545 authored by Hannes Feldt's avatar Hannes Feldt
Browse files

fix

parent 2f94bf61
No related branches found
No related tags found
1 merge request!4L2SS-2098: Fix various issues happening during renewal
Checking pipeline status
......@@ -47,6 +47,6 @@ def main():
print("Failed to issue certificate for " + str(client.domains))
except Exception as e: # pylint: disable=broad-exception-caught
print(f"Exception: {e}")
print(f"{type(e)}: {e}")
finally:
dns_client.cleanup()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment