Commit 75dec383 authored by Tres Seaver's avatar Tres Seaver

Typo.

parent f932aed2
...@@ -1337,7 +1337,7 @@ constructor. ...@@ -1337,7 +1337,7 @@ constructor.
>>> db.close() >>> db.close()
>>> @wait_until >>> @wait_until
... def check_for_test_label_1(): ... def check_for_test_label_1():
... wih open('server-%s.log' % addr[1]) as f: ... with open('server-%s.log' % addr[1]) as f:
... for line in f: ... for line in f:
... if 'test-label-1' in line: ... if 'test-label-1' in line:
... print(line.split()[1:4]) ... print(line.split()[1:4])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment