mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Fix missing docstring
This commit is contained in:
parent
bcd8c42659
commit
44c30e6252
@ -73,6 +73,9 @@ def _get_cached_requirements(requirements, saltenv):
|
||||
|
||||
|
||||
def _get_env_activate(bin_env):
|
||||
'''
|
||||
Return the path to the activate binary
|
||||
'''
|
||||
if not bin_env:
|
||||
raise CommandNotFoundError('Could not find a `activate` binary')
|
||||
|
||||
@ -248,7 +251,8 @@ def install(pkgs=None,
|
||||
|
||||
Complicated CLI example::
|
||||
|
||||
salt '*' pip.install markdown,django editable=git+https://github.com/worldcompany/djangoembed.git#egg=djangoembed upgrade=True no_deps=True
|
||||
salt '*' pip.install markdown,django \
|
||||
editable=git+https://github.com/worldcompany/djangoembed.git#egg=djangoembed upgrade=True no_deps=True
|
||||
|
||||
'''
|
||||
# Switching from using `pip_bin` and `env` to just `bin_env`
|
||||
|
Loading…
Reference in New Issue
Block a user