Commit f0bdf014 by Brian Coca

fixed bad paren in connection plugin

parent bce4bb2c
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment