Skip to content
Snippets Groups Projects
Unverified Commit 73ccca83 authored by Stephane Bonnet's avatar Stephane Bonnet
Browse files

Whitespace removal

parent c1960457
No related branches found
No related tags found
2 merge requests!43WIP: Acme copy certs dev,!42Pica openldap dev
......@@ -19,7 +19,6 @@ class CertUpdater:
if error.errno != errno.EEXIST:
raise
def remove(self, name):
try:
self.names.remove(name)
......@@ -98,7 +97,6 @@ class CertUpdater:
return updated_names
def _needs_updating(self, name, fullchain):
path = self.certs_root_path + name + '/fullchain.pem'
try:
with open(path, 'r') as f:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment