We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ec357 commit b95900eCopy full SHA for b95900e
tests/integration_tests/performance/test_benchmarks.py
@@ -32,7 +32,7 @@ def get_executables():
32
)
33
34
executables = []
35
- for line in stdout.split("\n"):
+ for line in stdout.splitlines():
36
if line:
37
msg = json.loads(line)
38
executable = msg.get("executable")
0 commit comments