Skip to content
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.

Commit

Permalink
Remove delaybeforesend in pexpect after STAGE2 is ready.
Browse files Browse the repository at this point in the history
  • Loading branch information
wavexx committed May 27, 2015
1 parent ea67463 commit 572f780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bond/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ def make_bond(lang, cmd=None, args=None, cwd=None, env=os.environ, def_args=True
raise BondException(lang, 'cannot initialize stage2: ' + errors)

# remote environment is ready
proc.delaybeforesend = 0
proto = getattr(protocols, protocol)
return Bond(proc, trans_except, lang=lang, proto=proto)

Expand Down

0 comments on commit 572f780

Please sign in to comment.