Commit bb27e0fd authored by Jim Fulton's avatar Jim Fulton

Whitespace cleanup

parent 4c975ff1
......@@ -121,7 +121,9 @@ def _runsetup(setup, executable, *args):
here = os.getcwd()
try:
os.chdir(d)
os.spawnle(os.P_WAIT, executable, zc.buildout.easy_install._safe_arg (executable), setup, *args)
os.spawnle(os.P_WAIT, executable,
zc.buildout.easy_install._safe_arg(executable),
setup, *args)
if os.path.exists('build'):
rmtree('build')
finally:
......
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