Skip to content

Commit 7961f82

Browse files
restyled-commitsXToripuru
authored andcommitted
Restyled by autopep8
1 parent 1eb4071 commit 7961f82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/tests/chiptest/darwin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
import subprocess
1818
from .runner import Executor, SubprocessInfo
1919

20+
2021
class DarwinExecutor(Executor):
2122
def run(self, subproc: SubprocessInfo, stdin, stdout, stderr):
2223
# Try harder to avoid any stdout buffering in our tests
2324
wrapped = wrapped.wrap_with('stdbuf', '-o0', '-i0')
2425
s = subprocess.Popen(wrapped.to_cmd(), stdin=stdin, stdout=stdout, stderr=stderr)
25-
return s
26+
return s

0 commit comments

Comments
 (0)