mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
fix typo
This commit is contained in:
parent
82589cbaf1
commit
d634b0bede
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ def pip_install_with_print(args_str, env=None):
|
|||
def main(args):
|
||||
tools_path = find_tools_path()
|
||||
|
||||
with tempfile.TemporaryDirectory as working_dir:
|
||||
with tempfile.TemporaryDirectory() as working_dir:
|
||||
if os.environ.get('CERTBOT_NO_PIN') == '1':
|
||||
# With unpinned dependencies, there is no constraint
|
||||
pip_install_with_print(' '.join(args))
|
||||
|
|
|
|||
Loading…
Reference in a new issue