mirror of
https://github.com/xxh/xxh
synced 2024-12-04 17:29:18 +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:
|
||||
sess.sendline(key_password)
|
||||
|
||||
if pattern == [3,4]:
|
||||
if pattern in [3,4]:
|
||||
# Expected:
|
||||
# <host>`s password:
|
||||
if host_password is None:
|
||||
|
|
Loading…
Reference in a new issue