fixed bad paren in connection plugin
This commit is contained in:
parent
bce4bb2ce2
commit
f0bdf0145a
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ class Connection(object):
|
|||
|
||||
if success_key in become_output or \
|
||||
(prompt and become_output.endswith(prompt)) or \
|
||||
utils.su_prompts.check_su_prompt(become_output)):
|
||||
utils.su_prompts.check_su_prompt(become_output):
|
||||
break
|
||||
chunk = chan.recv(bufsize)
|
||||
|
||||
|
|
Loading…
Reference in a new issue