From 52f7a64b8442f099ea581b407ffaa9cae4a4cefb Mon Sep 17 00:00:00 2001 From: Brandon Kreisel Date: Sun, 11 Oct 2015 17:56:30 -0400 Subject: [PATCH] lint newline --- letsencrypt/plugins/manual.py | 1 - 1 file changed, 1 deletion(-) diff --git a/letsencrypt/plugins/manual.py b/letsencrypt/plugins/manual.py index 65d7d6876..99463c362 100644 --- a/letsencrypt/plugins/manual.py +++ b/letsencrypt/plugins/manual.py @@ -134,7 +134,6 @@ binary for temporary key/certificate generation.""".replace("\n", "") executable = "/bin/bash" else: executable = None - try: self._httpd = subprocess.Popen( command,