mirror of
https://github.com/xxh/xxh
synced 2025-01-06 00:48:45 +00:00
Fix pexpect
This commit is contained in:
parent
1193af862b
commit
a286b2c5e1
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class xxh:
|
||||||
else:
|
else:
|
||||||
sess.sendline(key_password)
|
sess.sendline(key_password)
|
||||||
|
|
||||||
if pattern == [3,4]:
|
if pattern in [3,4]:
|
||||||
# Expected:
|
# Expected:
|
||||||
# <host>`s password:
|
# <host>`s password:
|
||||||
if host_password is None:
|
if host_password is None:
|
||||||
|
|
Loading…
Reference in a new issue