From f950cfa5ae15d654556c21454f075f05fb9183a8 Mon Sep 17 00:00:00 2001 From: Quinn Wai Wong <54592956+quinnwai@users.noreply.github.com> Date: Wed, 31 Jul 2024 14:31:36 -0700 Subject: [PATCH] Revert (#61) Secrets unpacking works as expected, revert (#61) --- SSClient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SSClient.py b/SSClient.py index 89af7fdf..f5178ecc 100644 --- a/SSClient.py +++ b/SSClient.py @@ -200,7 +200,7 @@ def _replace_local_secrets(username: str, password: str, with BytesIO(response.content) as zip_buffer: with ZipFile(zip_buffer, 'r') as zip_ref: - zip_ref.extractall() + zip_ref.extractall(env_dir) os.symlink(env_dir, "Secrets", target_is_directory=True) return