Skip to content

Commit f58a696

Browse files
committed
Merge branch 'vmtools-and-contracts' of https://github.com/ElrondNetwork/elrond-sdk-erdpy into vmtools-and-contracts
2 parents 2e582b2 + b083d83 commit f58a696

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

erdpy/projects/project_rust.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def generate_abi(self):
103103
utils.prettify_json_file(self.get_abi_filepath())
104104

105105
def has_meta(self):
106-
return self.get_meta_folder().exists()
106+
return (self.get_meta_folder() / "Cargo.toml").exists()
107107

108108
def has_abi(self):
109109
return (self.get_abi_folder() / "Cargo.toml").exists()

0 commit comments

Comments
 (0)