Skip to content

Commit

Permalink
chore: build test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KiraLT committed Dec 27, 2022
1 parent 3138450 commit 1ba2794
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ def handler(_event, _context):

if len(dns_plugins) != 14:
raise Exception('Failed to discover all certbot DNS plugins')

return
else:
try:
shutil.rmtree(str(settings.CERTBOT_DIR), ignore_errors=True)
Expand Down

0 comments on commit 1ba2794

Please sign in to comment.