Skip to content

Commit

Permalink
Merge pull request #356 from multiversx/merge-main-2-11
Browse files Browse the repository at this point in the history
Merge main into feat/next
  • Loading branch information
popenta authored Nov 2, 2023
2 parents bb229d4 + 4488788 commit 138107f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions multiversx_sdk_cli/dependencies/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@ def copy_libwasmer_in_parent_directory(self, tag: str):
def get_env(self) -> Dict[str, str]:
return dict()

def get_source_directory(self, tag: str) -> Path:
directory = self.get_directory(tag)
first_subdirectory = next(directory.iterdir())
return first_subdirectory


class GolangModule(StandaloneModule):
def _post_install(self, tag: str):
Expand Down

0 comments on commit 138107f

Please sign in to comment.