summaryrefslogtreecommitdiff
path: root/scripts/Expect.py
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2014-11-16 20:05:08 -0500
committerJoe George <joe@zeroc.com>2014-11-16 20:05:52 -0500
commit93fe084d8136d8e2649f20a6bc5c4627445aedc4 (patch)
treea40b03c04c61d403db6b3445629415eb0145e595 /scripts/Expect.py
parentUbuntu package updates (diff)
downloadice-93fe084d8136d8e2649f20a6bc5c4627445aedc4.tar.bz2
ice-93fe084d8136d8e2649f20a6bc5c4627445aedc4.tar.xz
ice-93fe084d8136d8e2649f20a6bc5c4627445aedc4.zip
ICE-5904 - Fix IceStorm/replicated failure
Diffstat (limited to 'scripts/Expect.py')
-rwxr-xr-xscripts/Expect.py3
1 files changed, 1 insertions, 2 deletions
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