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.
2 parents 2b5a67f + 169b525 commit 0d293beCopy full SHA for 0d293be
1 file changed
labgrid/driver/externalconsoledriver.py
@@ -33,7 +33,7 @@ def open(self):
33
return
34
cmd = shlex.split(self.cmd)
35
self._child = subprocess.Popen(
36
- cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=None
+ cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=None, bufsize=0
37
)
38
39
# make stdout non-blocking
0 commit comments