mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:22:16 +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":
|
if sys.platform == "darwin":
|
||||||
executable = "/bin/bash"
|
executable = "/bin/bash"
|
||||||
else:
|
else:
|
||||||
executable = "/bin/sh"
|
executable = None
|
||||||
|
|
||||||
try:
|
try:
|
||||||
self._httpd = subprocess.Popen(
|
self._httpd = subprocess.Popen(
|
||||||
|
|||||||
Reference in New Issue
Block a user