Skip to content

Commit

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


Expand Down

0 comments on commit faadb16

Please sign in to comment.