PEP8 E128 up in here. Don't assume sh exists

This commit is contained in:
Brandon Kreisel
2015-10-08 16:15:09 -04:00
parent 8012382368
commit 744afe9cea
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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(