diff options
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 |