mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #1773 from paulcollinsiii/pip_logging
Fix log option in pip module
This commit is contained in:
commit
2128567276
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user