Skip to content

Commit

Permalink
fix: raise naked exc
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Jul 11, 2024
1 parent 1a55395 commit 7ac6ab5
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 @@ -247,6 +247,7 @@ def compile_from_input_json(
try:
return vvm.compile_standard(input_json, base_path=allow_paths, vyper_version=version)
except vvm.exceptions.VyperError as exc:
raise
raise CompilerError(exc, "vyper")


Expand Down

0 comments on commit 7ac6ab5

Please sign in to comment.