From 93fe084d8136d8e2649f20a6bc5c4627445aedc4 Mon Sep 17 00:00:00 2001 From: Joe George Date: Sun, 16 Nov 2014 20:05:08 -0500 Subject: ICE-5904 - Fix IceStorm/replicated failure --- scripts/Expect.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/Expect.py') diff --git a/scripts/Expect.py b/scripts/Expect.py index 9b579aba63d..cb25a45cd70 100755 --- a/scripts/Expect.py +++ b/scripts/Expect.py @@ -163,8 +163,7 @@ class reader(threading.Thread): return buf def match(self, pattern, timeout, matchall = False): - """pattern is a list of string, regexp duples. - """ + # pattern is a list of string, regexp duples. if timeout is not None: end = time.time() + timeout -- cgit v1.2.3