Skip to content

Commit

Permalink
Update vyper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Aug 16, 2024
1 parent 1224906 commit dcdd39f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion brownie/project/compiler/vyper.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ def compile_from_input_json(
if version == Version(vyper.__version__):
#if False:
if allow_paths is not None:
raise NotImplementedError(allow_paths)
pass
#raise NotImplementedError(allow_paths)
try:
return vyper_json.compile_json(input_json)
except VyperException as exc:
Expand Down

0 comments on commit dcdd39f

Please sign in to comment.