mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
Don't set working_dir twice.
This commit is contained in:
parent
a1c3e010e3
commit
f04008cb25
1 changed files with 0 additions and 1 deletions
|
|
@ -97,7 +97,6 @@ def pip_install_with_print(args_str, disable_build_isolation=True):
|
|||
|
||||
def main(args):
|
||||
tools_path = find_tools_path()
|
||||
working_dir = tempfile.mkdtemp()
|
||||
|
||||
with temporary_directory() as working_dir:
|
||||
test_constraints = os.path.join(working_dir, 'test_constraints.txt')
|
||||
|
|
|
|||
Loading…
Reference in a new issue