Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
castrapel committed Jun 20, 2018
1 parent 2d33d3e commit dda7f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lemur/plugins/lemur_acme/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def request_certificate(acme_client, authorizations, csr, order):


def setup_acme_client(authority):
if not authority.options:
if not authority.options:
raise InvalidAuthority("Invalid authority. Options not set")
options = {}

Expand Down

0 comments on commit dda7f54

Please sign in to comment.