~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to bootstrap.py

  • Committer: Gary Poster
  • Date: 2009-07-15 18:38:07 UTC
  • mto: This revision was merged to the branch mainline in revision 8912.
  • Revision ID: gary.poster@canonical.com-20090715183807-6lp4gtvlq14i8vqv
try to make ec2test happy, and fix up a bootstrap bug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
else: # Windows needs this, apparently; otherwise we would prefer subprocess
151
151
    exitcode = os.spawnle(*([os.P_WAIT, sys.executable] + cmd + [env]))
152
152
if exitcode != 0:
153
 
    sys.flush()
 
153
    sys.stdout.flush()
154
154
    print ("An error occured when trying to install zc.buildout. "
155
155
           "Look above this message for any errors that "
156
156
           "were output by easy_install.")