[mod] os.path.join

This commit is contained in:
Laurent Peuch 2016-10-30 13:55:04 +01:00
parent a1b42e65f8
commit bd41f0d4a2

View file

@ -487,7 +487,7 @@ def _prepare_certificate_signing_request(domain, key_file, output_folder):
def _get_status(domain):
cert_file = cert_folder + "/" + domain + "/crt.pem"
cert_file = os.path.join(cert_folder, domain, "crt.pem")
if not os.path.isfile(cert_file):
return {}