We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1911425 commit 8a5ceddCopy full SHA for 8a5cedd
run-tests.py
@@ -6,7 +6,7 @@
6
7
def cleanup(out):
8
ret = ''
9
- for s in out.decode('utf-8').split('\n'):
+ for s in out.decode('utf-8').splitlines():
10
if len(s) > 1 and s[0] == '#':
11
continue
12
s = "".join(s.split())
0 commit comments