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.
1 parent 17b6c61 commit be10f22Copy full SHA for be10f22
tests/__init__.py
@@ -11,11 +11,10 @@
11
# Ensure the process is killed on exit
12
atexit.register(lambda _process: _process.kill(), process)
13
14
-output = process.stdout.readline().decode('utf-8')
15
-
16
def read_line():
17
return process.stdout.readline().decode('utf-8')
18
+output = read_line()
19
if output.strip() == '':
20
output += read_line()
21
0 commit comments