From 7250ffa609932e731ec447dcc7896713bdeda3fd Mon Sep 17 00:00:00 2001 From: Alexandru Popenta Date: Wed, 13 Sep 2023 16:34:53 +0300 Subject: [PATCH] try fix env --- multiversx_sdk_cli/dependencies/modules.py | 1 + 1 file changed, 1 insertion(+) diff --git a/multiversx_sdk_cli/dependencies/modules.py b/multiversx_sdk_cli/dependencies/modules.py index 405a2f76..86234393 100644 --- a/multiversx_sdk_cli/dependencies/modules.py +++ b/multiversx_sdk_cli/dependencies/modules.py @@ -318,6 +318,7 @@ def get_directory(self, tag: str) -> Path: return tools_folder / "vendor-rust" def get_env(self): + return os.environ directory = self.get_directory("") resolution = self.get_resolution()