mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
actually use default verbosity
This commit is contained in:
parent
f186f8cee2
commit
b35baaba39
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ def call_with_print(command, env):
|
|||
|
||||
|
||||
def pip_install_with_print(args_str, env):
|
||||
command = ['"', sys.executable, '" -m pip install -vvv --disable-pip-version-check ', args_str]
|
||||
command = ['"', sys.executable, '" -m pip install --disable-pip-version-check ', args_str]
|
||||
call_with_print(''.join(command), env=env)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue