mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:32:13 +02:00
PEP8 E128 up in here. Don't assume sh exists
This commit is contained in:
@@ -133,7 +133,7 @@ binary for temporary key/certificate generation.""".replace("\n", "")
|
||||
if sys.platform == "darwin":
|
||||
executable = "/bin/bash"
|
||||
else:
|
||||
executable = "/bin/sh"
|
||||
executable = None
|
||||
|
||||
try:
|
||||
self._httpd = subprocess.Popen(
|
||||
|
||||
Reference in New Issue
Block a user