We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
preexec_func
1 parent b7daa52 commit ab5e927Copy full SHA for ab5e927
docker/transport/sshconn.py
@@ -62,7 +62,7 @@ def f():
62
env=env,
63
stdout=subprocess.PIPE,
64
stdin=subprocess.PIPE,
65
- preexec_fn=None if constants.IS_WINDOWS_PLATFORM else preexec_func)
+ preexec_fn=preexec_func)
66
67
def _write(self, data):
68
if not self.proc or self.proc.stdin.closed:
0 commit comments