Merge pull request #1773 from paulcollinsiii/pip_logging

Fix log option in pip module
This commit is contained in:
Thomas S Hatch 2012-08-06 01:10:13 -07:00
commit 2128567276

View File

@ -167,7 +167,7 @@ def install(pkgs=None,
os.path.exists(log)
except IOError:
raise IOError("'%s' is not writeable" % log)
cmd = '{cmd} --{log} '.format(
cmd = '{cmd} --log {log} '.format(
cmd=cmd, log=log)
if proxy: