diff options
author | Joe George <joe@zeroc.com> | 2014-11-16 20:05:08 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2014-11-16 20:05:52 -0500 |
commit | 93fe084d8136d8e2649f20a6bc5c4627445aedc4 (patch) | |
tree | a40b03c04c61d403db6b3445629415eb0145e595 /scripts/Expect.py | |
parent | Ubuntu package updates (diff) | |
download | ice-93fe084d8136d8e2649f20a6bc5c4627445aedc4.tar.bz2 ice-93fe084d8136d8e2649f20a6bc5c4627445aedc4.tar.xz ice-93fe084d8136d8e2649f20a6bc5c4627445aedc4.zip |
ICE-5904 - Fix IceStorm/replicated failure
Diffstat (limited to 'scripts/Expect.py')
-rwxr-xr-x | scripts/Expect.py | 3 |
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 |