Skip to content

Commit

Permalink
Update vyper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Jul 11, 2024
1 parent faadb16 commit 565cd07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions brownie/project/compiler/vyper.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ def _get_vyper_version_list() -> Tuple[List, List]:
print(v)
print(type(v))
print(v.__dict__)
print(v._version)
print(type(v._version))
return AVAILABLE_VYPER_VERSIONS, installed_versions


Expand Down

0 comments on commit 565cd07

Please sign in to comment.