Skip to content

Commit

Permalink
revert kwarg removal
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Aug 16, 2024
1 parent 425fb40 commit 8fce5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brownie/project/compiler/vyper.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def compile_from_input_json(
outputs.remove("devdoc")
if version == Version(vyper.__version__):
try:
return vyper_json.compile_json(input_json)
return vyper_json.compile_json(input_json, root_path=allow_paths)
except VyperException as exc:
raise exc.with_traceback(None)
else:
Expand Down

0 comments on commit 8fce5fa

Please sign in to comment.